diff options
Diffstat (limited to 'kdecore/kde-config.cpp.cmake')
-rw-r--r-- | kdecore/kde-config.cpp.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kdecore/kde-config.cpp.cmake b/kdecore/kde-config.cpp.cmake index 36e3ff583..f7be1e2be 100644 --- a/kdecore/kde-config.cpp.cmake +++ b/kdecore/kde-config.cpp.cmake @@ -187,6 +187,7 @@ int main(int argc, char **argv) "xdgdata-apps", I18N_NOOP("XDG Application menu (.desktop files)"), "xdgdata-dirs", I18N_NOOP("XDG Menu descriptions (.directory files)"), "xdgconf-menu", I18N_NOOP("XDG Menu layout (.menu files)"), + "cmake", I18N_NOOP("CMake import modules (.cmake files)"), "tmp", I18N_NOOP("Temporary files (specific for both current host and current user)"), "socket", I18N_NOOP("UNIX Sockets (specific for both current host and current user)"), 0, 0 @@ -254,6 +255,7 @@ int main(int argc, char **argv) "xdgdata-apps", "@XDG_APPS_INSTALL_DIR@", "xdgdata-dirs", "@XDG_DIRECTORY_INSTALL_DIR@", "include", "@INCLUDE_INSTALL_DIR@", + "cmake", "@CMAKE_INSTALL_DIR@", 0, 0 }; int index = 0; |