diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-07-05 20:37:31 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-07-05 20:37:31 +0200 |
commit | 5f497942f4a412c9482df223c723ef03bf78b4cc (patch) | |
tree | e426b7f5443bb3fce19641f664519d249d3a2f19 | |
parent | 34dd52adffbebc28d391a222530aa29e8df59873 (diff) | |
download | tdenetwork-5f497942f4a412c9482df223c723ef03bf78b4cc.tar.gz tdenetwork-5f497942f4a412c9482df223c723ef03bf78b4cc.zip |
Fix CMake build dependencies
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | kopete/kopete/contactlist/CMakeLists.txt | 2 |
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 ) |