From 0880c1c22f15fe822c30f3cc9d4260f02290e3aa Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 21 Aug 2011 18:25:23 +0000 Subject: Fix reminaing CMake FTBFS git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1248702 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- conduits/malconduit/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conduits/malconduit') diff --git a/conduits/malconduit/CMakeLists.txt b/conduits/malconduit/CMakeLists.txt index 7d8a796..6064a22 100644 --- a/conduits/malconduit/CMakeLists.txt +++ b/conduits/malconduit/CMakeLists.txt @@ -17,7 +17,7 @@ set(conduit_mal_KCFGS malconduitSettings.kcfgc ) -trinity_add_kcfg_files(conduit_mal_SRCS ${conduit_mal_KCFGS}) +kde3_add_kcfg_files(conduit_mal_SRCS ${conduit_mal_KCFGS}) trinity_add_ui_files(conduit_mal_SRCS ${conduit_mal_UIS}) trinity_automoc(${conduit_mal_SRCS}) add_library(conduit_mal SHARED ${conduit_mal_SRCS}) -- cgit v1.2.1