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:38:29 +0200 |
commit | b0b05f92fd7fefe6d02a361b0232f46c5a4ae830 (patch) | |
tree | 26989f839e1e101c66a346bb8059aea4f1ba4717 | |
parent | f2a40364e82ac2e3c213c016b84294739f2439ae (diff) | |
download | tdenetwork-b0b05f92fd7fefe6d02a361b0232f46c5a4ae830.tar.gz tdenetwork-b0b05f92fd7fefe6d02a361b0232f46c5a4ae830.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.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 ) |