From 0ef0bc641a7b1e7bb3a26118e077d7aa2d854e60 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 21 Aug 2011 01:43:11 +0000 Subject: Convert remaining references to kde3 (e.g. in paths) to trinity git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- conduits/malconduit/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conduits/malconduit') diff --git a/conduits/malconduit/CMakeLists.txt b/conduits/malconduit/CMakeLists.txt index 092f340..7d8a796 100644 --- a/conduits/malconduit/CMakeLists.txt +++ b/conduits/malconduit/CMakeLists.txt @@ -17,9 +17,9 @@ set(conduit_mal_KCFGS malconduitSettings.kcfgc ) -kde3_add_kcfg_files(conduit_mal_SRCS ${conduit_mal_KCFGS}) -kde3_add_ui_files(conduit_mal_SRCS ${conduit_mal_UIS}) -kde3_automoc(${conduit_mal_SRCS}) +trinity_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}) target_link_libraries(conduit_mal ${MAL_LIBRARY}) @@ -31,7 +31,7 @@ set_target_properties( INSTALL_RPATH_USE_LINK_PATH true ) -kde3_install_libtool_file(conduit_mal) +trinity_install_libtool_file(conduit_mal) install( TARGETS conduit_mal -- cgit v1.2.1