[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:27 UTC 2016


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

The following commit has been merged in the master branch:
commit c959bd7deb7c7b33bb1570788ffe11ca9612404b
Author: Hrvoje Senjan <hrvoje.senjan at gmail.com>
Date:   Tue Sep 16 20:09:13 2014 +0200

    Align building of tests with standard kdelibs var
    
    Reviewed-by: Martin Klapetek
---
 CMakeLists.txt           | 2 ++
 otr-proxy/CMakeLists.txt | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa017d8..c98ca62 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,7 +71,9 @@ set(KTP_GLOBAL_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/global.cpp)
 add_subdirectory(KTp)
 add_subdirectory(tools)
 add_subdirectory(data)
+if (KDE4_BUILD_TESTS)
 add_subdirectory(tests)
+endif ()
 
 if (OTR_LIBS_FOUND)
     include_directories (${LIBOTR_INCLUDE_DIR}
diff --git a/otr-proxy/CMakeLists.txt b/otr-proxy/CMakeLists.txt
index b3ce85f..6cfe999 100644
--- a/otr-proxy/CMakeLists.txt
+++ b/otr-proxy/CMakeLists.txt
@@ -3,4 +3,6 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR})
 
 add_subdirectory(KTpProxy)
 add_subdirectory(data)
+if (KDE4_BUILD_TESTS)
 add_subdirectory(test)
+endif ()

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list