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


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

The following commit has been merged in the master branch:
commit 736b484267263d8933837367065b968ab454437d
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Mon Dec 15 20:15:42 2014 +0100

    Add tp-qt target includes for ktp-debugger
    
    Otherwise will not build
---
 tools/debugger/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/debugger/CMakeLists.txt b/tools/debugger/CMakeLists.txt
index 15287af..23e1d41 100644
--- a/tools/debugger/CMakeLists.txt
+++ b/tools/debugger/CMakeLists.txt
@@ -20,6 +20,7 @@ target_link_libraries(ktp-debugger
     KF5::IconThemes
     KF5::XmlGui
 )
+target_include_directories(ktp-debugger PUBLIC ${TELEPATHY_QT5_INCLUDE_DIR}) # TODO: Remove when TelepathyQt exports include paths properly
 
 install(TARGETS ktp-debugger DESTINATION ${BIN_INSTALL_DIR})
 install(FILES ktpdebugoutput.xml DESTINATION ${DATA_INSTALL_DIR}/katepart5/syntax)

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list