diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | 0ef0bc641a7b1e7bb3a26118e077d7aa2d854e60 (patch) | |
tree | 27393667b9fe243a9f199ace9c982c2b45ba8782 /conduits/malconduit | |
parent | 9abdf0551e3660f55791ce3720d5f7035c06aa19 (diff) | |
download | kpilot-0ef0bc641a7b1e7bb3a26118e077d7aa2d854e60.tar.gz kpilot-0ef0bc641a7b1e7bb3a26118e077d7aa2d854e60.zip |
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
Diffstat (limited to 'conduits/malconduit')
-rw-r--r-- | conduits/malconduit/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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 |