[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:06:56 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=3e597e7

The following commit has been merged in the master branch:
commit 3e597e7ea88e3afd2ebe4b7515a30e8729ad1939
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Mon Jul 20 18:09:03 2015 +0200

    Add KACCOUNTS_MACROS_PATH into the CMAKE_MODULE_PATH
    
    KAccountsMacros should now be found and that should fix the build
---
 CMakeLists.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 64907c6..c15a07f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,6 +23,8 @@ find_package (TelepathyQt5 REQUIRED)
 find_package (KAccounts REQUIRED)
 find_package (Intltool REQUIRED) #needed to generate service and provider files
 
+set(CMAKE_MODULE_PATH ${KACCOUNTS_MACROS_PATH} ${CMAKE_MODULE_PATH}) #for KAccountsMacros
+
 # make some more macros available
 # include (MacroLibrary)
 
@@ -32,6 +34,7 @@ include(KDEFrameworkCompilerSettings)
 include(KDECompilerSettings)
 include(ECMInstallIcons)
 include(FeatureSummary)
+include(KAccountsMacros)
 
 add_definitions (
 #                  -DQT_NO_CAST_FROM_ASCII

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list