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


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

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

    Fix build
    
    KTpProxy uses KConfigSkeleton, needs linking against KF5::ConfigGui
---
 otr-proxy/KTpProxy/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/otr-proxy/KTpProxy/CMakeLists.txt b/otr-proxy/KTpProxy/CMakeLists.txt
index 858e7cb..169eff7 100644
--- a/otr-proxy/KTpProxy/CMakeLists.txt
+++ b/otr-proxy/KTpProxy/CMakeLists.txt
@@ -25,6 +25,7 @@ set(ktp-proxy_LIBS
         ${TELEPATHY_QT5_SERVICE_LIBRARIES}
         KTp::CommonInternals
         KTp::OTR
+        KF5::ConfigGui
 )
 
 target_link_libraries(ktp-proxy-lib ${ktp-proxy_LIBS})

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list