summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-11-14 23:13:33 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-11-14 23:13:33 +0000
commita4e4a0b276c04404000289bede8f200ea962bb97 (patch)
treea896610eb4f6c95a81d0bd6712ec158ab8eef697
parentc985853288d5f2527880bf7207a282485170944f (diff)
downloadtdelibs-a4e4a0b2.tar.gz
tdelibs-a4e4a0b2.zip
[kdelibs/kdecore] added CMake support into kde-config
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1197129 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kdecore/kde-config.cpp.cmake2
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;