diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
commit | b363d2579af0a11b77e698aed2e1021c2233b644 (patch) | |
tree | f4a47b87354b7a6a3b266c8121bd8ddaeb7accaa /kontact/plugins/summary/CMakeLists.txt | |
parent | 61bddfe3a7226b18c68a76124b727c736f431688 (diff) | |
download | tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.tar.gz tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kontact/plugins/summary/CMakeLists.txt')
-rw-r--r-- | kontact/plugins/summary/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/plugins/summary/CMakeLists.txt b/kontact/plugins/summary/CMakeLists.txt index 9c5228fcf..d7fad7afc 100644 --- a/kontact/plugins/summary/CMakeLists.txt +++ b/kontact/plugins/summary/CMakeLists.txt @@ -36,7 +36,7 @@ install( FILES kontactsummary_part.rc DESTINATION ${DATA_INSTALL_DIR}/kontactsum tde_add_kpart( libkontact_summaryplugin AUTOMOC SOURCES summaryview_plugin.cpp summaryview_part.cpp dropwidget.cpp - LINK kpinterfaces-shared tdepim-shared kpimidentities-shared kutils-shared + LINK kpinterfaces-shared tdepim-shared kpimidentities-shared tdeutils-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) @@ -45,6 +45,6 @@ tde_add_kpart( libkontact_summaryplugin AUTOMOC tde_add_kpart( kcm_kontactsummary AUTOMOC SOURCES kcmkontactsummary.cpp - LINK tdeui-shared kutils-shared + LINK tdeui-shared tdeutils-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |