summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-07-05 20:37:31 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-07-05 20:37:31 +0200
commit5f497942f4a412c9482df223c723ef03bf78b4cc (patch)
treee426b7f5443bb3fce19641f664519d249d3a2f19
parent34dd52adffbebc28d391a222530aa29e8df59873 (diff)
downloadtdenetwork-5f497942.tar.gz
tdenetwork-5f497942.zip
Fix CMake build dependencies
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--kopete/kopete/contactlist/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/kopete/kopete/contactlist/CMakeLists.txt b/kopete/kopete/contactlist/CMakeLists.txt
index cabcc684..c13dc880 100644
--- a/kopete/kopete/contactlist/CMakeLists.txt
+++ b/kopete/kopete/contactlist/CMakeLists.txt
@@ -37,4 +37,6 @@ tde_add_library( kopetecontactlist STATIC_PIC AUTOMOC
kopeteaddrbookexportui.ui customnotifications.ui
customnotificationprops.cpp kopetegrouplistaction.cpp
tdeabcexport.cpp tdeabcexport_base.ui
+ DEPENDENCIES
+ kopeteaddcontactwizard-static
)