[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:59:41 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=4f4ae27

The following commit has been merged in the master branch:
commit 4f4ae2716e065c59d9b6c740cd5046fee018e6e2
Author: Alin Marin Elena <alinm.elena at gmail.com>
Date:   Mon Jan 12 11:16:38 2015 +0000

    use the target for qca-qt5
---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a435636..d6cc4fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ cmake_policy(SET CMP0002 OLD)
 set(IS_KTP_INTERNAL_MODULE TRUE)
 find_package (TelepathyQt5 0.8.9 REQUIRED)
 find_package (KTp REQUIRED)
-find_package (Qca REQUIRED)
+find_package (Qca-qt5 REQUIRED)
 find_package(AccountsQt5 1.10 REQUIRED CONFIG)
 find_package(SignOnQt5 8.55 REQUIRED CONFIG)
 find_package(KAccounts REQUIRED)
@@ -65,7 +65,7 @@ set(ktp_auth_handler_SRCS
 
 set(ktp_auth_handler_LIBS
     KTp::CommonInternals
-    ${Qca_LIBRARY}
+    qca-qt5
     ${ACCOUNTSQT_LIBRARIES}
     ${SIGNONQT_LIBRARIES}
     ${KACCOUNTS_LIBRARIES}

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list