summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 18:25:23 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 18:25:23 +0000
commit0880c1c22f15fe822c30f3cc9d4260f02290e3aa (patch)
tree40cffe4eeb86b84f70e4d5ef471beb971a0d55ef /lib
parent0ef0bc641a7b1e7bb3a26118e077d7aa2d854e60 (diff)
downloadkpilot-0880c1c22f15fe822c30f3cc9d4260f02290e3aa.tar.gz
kpilot-0880c1c22f15fe822c30f3cc9d4260f02290e3aa.zip
Fix reminaing CMake FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1248702 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib')
-rw-r--r--lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index a8b43b7..bda9b45 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -53,7 +53,7 @@ set(lib_SRCS
)
trinity_automoc(${lib_SRCS})
-trinity_add_kcfg_files(lib_SRCS kpilotlibSettings.kcfgc)
+kde3_add_kcfg_files(lib_SRCS kpilotlibSettings.kcfgc)
add_library(kpilot SHARED ${lib_SRCS})
target_link_libraries(kpilot ${PILOTLINK_LIBRARY} ${QT_LIBRARIES} kdeui kio)
kpilot_rpath(kpilot)