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/abbrowserconduit | |
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/abbrowserconduit')
-rw-r--r-- | conduits/abbrowserconduit/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conduits/abbrowserconduit/CMakeLists.txt b/conduits/abbrowserconduit/CMakeLists.txt index 2459d1d..dc159c9 100644 --- a/conduits/abbrowserconduit/CMakeLists.txt +++ b/conduits/abbrowserconduit/CMakeLists.txt @@ -19,9 +19,9 @@ set(conduit_abbrowser_KCFGS abbrowserSettings.kcfgc ) -kde3_add_kcfg_files(conduit_abbrowser_SRCS ${conduit_abbrowser_KCFGS}) -kde3_add_ui_files(conduit_abbrowser_SRCS ${conduit_abbrowser_UIS}) -kde3_automoc(${conduit_abbrowser_SRCS}) +trinity_add_kcfg_files(conduit_abbrowser_SRCS ${conduit_abbrowser_KCFGS}) +trinity_add_ui_files(conduit_abbrowser_SRCS ${conduit_abbrowser_UIS}) +trinity_automoc(${conduit_abbrowser_SRCS}) add_library(conduit_address SHARED ${conduit_abbrowser_SRCS}) target_link_libraries(conduit_address kabc_file kabc) set_target_properties(conduit_address PROPERTIES LOCATION ${KDE3_PLUGIN_INSTALL_DIR} @@ -29,7 +29,7 @@ set_target_properties(conduit_address PROPERTIES LOCATION ${KDE3_PLUGIN_INSTALL_ PREFIX "" ) -kde3_install_libtool_file(conduit_address) +trinity_install_libtool_file(conduit_address) install( TARGETS conduit_address |