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:38:29 +0200
commitb0b05f92fd7fefe6d02a361b0232f46c5a4ae830 (patch)
tree26989f839e1e101c66a346bb8059aea4f1ba4717
parentf2a40364e82ac2e3c213c016b84294739f2439ae (diff)
downloadtdenetwork-b0b05f92.tar.gz
tdenetwork-b0b05f92.zip
Fix CMake build dependencies
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5f497942f4a412c9482df223c723ef03bf78b4cc)
-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
)