From 5f497942f4a412c9482df223c723ef03bf78b4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 5 Jul 2015 20:37:31 +0200 Subject: [PATCH] Fix CMake build dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kopete/kopete/contactlist/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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 )