[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:08:01 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=2e44971

The following commit has been merged in the master branch:
commit 2e449712aba43dc0f0fb1184f24557ce07f12b3e
Author: Jan Stourac <stourac.jan at gmail.com>
Date:   Sun Feb 16 23:14:34 2014 +0100

    Add if kpeople guard around building kpeople test
    
    Reviewed-by: David Edmundson
---
 tests/CMakeLists.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 78a6e16..7be28cb 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -29,6 +29,10 @@ target_link_libraries(ktp_contact_list_model_view
   ktpmodelsprivate
 )
 
+if (KPEOPLE_FOUND)
+
+include_directories(${KPEOPLE_INCLUDES})
+
 
 kde4_add_executable(ktp_kpeople_list_model_view
     ${model_view_SRCS}
@@ -45,3 +49,6 @@ target_link_libraries(ktp_kpeople_list_model_view
   ktpmodelsprivate
 )
 
+endif (KPEOPLE_FOUND)
+
+

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list