aboutsummaryrefslogtreecommitdiff
path: root/kde3/am2cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-01-07 16:35:35 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-01-07 16:35:35 +0000
commit5a927c38ec1d47da5cabadd887e53eed9aff332c (patch)
tree400e0b58de1911bf0291f8f0d559108e9b8f928f /kde3/am2cmake
parentba732a732a6036c9c11c6635f574c199c6dfbab7 (diff)
downloadextra-cmake-modules-5a927c38ec1d47da5cabadd887e53eed9aff332c.tar.gz
extra-cmake-modules-5a927c38ec1d47da5cabadd887e53eed9aff332c.tar.bz2
-am2cmake: added support for installing kcfg files
-KDE3Macros.cmake: improved ADD_FILE_DEPEDENCY macro -added sample CMakeLists.txt for kpager, kcalc, kio_man, and view1394 Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=495285
Diffstat (limited to 'kde3/am2cmake')
-rwxr-xr-xkde3/am2cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/kde3/am2cmake b/kde3/am2cmake
index 219f509a..d1154ae7 100755
--- a/kde3/am2cmake
+++ b/kde3/am2cmake
@@ -264,6 +264,7 @@ class CMakeFile
inst.addFiles(files)
case key
when "kde_services" then inst.setLocation("/share/services")
+ when "kde_kcfg" then inst.setLocation("/share/config.kcfg")
when "xdg_apps" then inst.setLocation("/share/applications/kde")
end