summaryrefslogtreecommitdiffstats
path: root/kopete/kopete
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-10-26 13:56:01 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-10-26 13:56:01 +0200
commit93dc872306fb4daa2eda10382fff841fd6b9bcdc (patch)
treec1d99224be66d930daaa4cd2fc0cd497f17b7bc3 /kopete/kopete
parentf425336eafb815261cb12eace29ec0c766cfdd68 (diff)
downloadtdenetwork-93dc872306fb4daa2eda10382fff841fd6b9bcdc.tar.gz
tdenetwork-93dc872306fb4daa2eda10382fff841fd6b9bcdc.zip
Fix various cmake build issues
Diffstat (limited to 'kopete/kopete')
-rw-r--r--kopete/kopete/kconf_update/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/kopete/kconf_update/CMakeLists.txt b/kopete/kopete/kconf_update/CMakeLists.txt
index b708b42c..000654da 100644
--- a/kopete/kopete/kconf_update/CMakeLists.txt
+++ b/kopete/kopete/kconf_update/CMakeLists.txt
@@ -39,7 +39,7 @@ install( PROGRAMS
##### kopete_account_kconf_update (executable) ##
-tde_add_executable( kopete_account_kconf_update
+tde_add_executable( "kopete-account-kconf_update"
SOURCES kopete-account-kconf_update.cpp
LINK ${TQT_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin
@@ -48,7 +48,7 @@ tde_add_executable( kopete_account_kconf_update
##### kopete_pluginloader2_kconf_update (executable)
-tde_add_executable( kopete_pluginloader2_kconf_update
+tde_add_executable( "kopete-pluginloader2-kconf_update"
SOURCES kopete-pluginloader2.cpp
LINK ${TQT_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin
@@ -57,7 +57,7 @@ tde_add_executable( kopete_pluginloader2_kconf_update
##### kopete_nameTracking_kconf_update (executable)
-tde_add_executable( kopete_nameTracking_kconf_update
+tde_add_executable( "kopete-nameTracking-kconf_update"
SOURCES kopete-nameTracking.cpp
LINK tdecore-shared
DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin