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


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

The following commit has been merged in the master branch:
commit 3544e23a562cafaa38431bf177f4eb522841a963
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Sat Nov 22 01:19:35 2014 +0100

    KAccounts include dir is now set through imported target
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7c03026..0dbec08 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -92,7 +92,7 @@ endif ()
 
 #If we find KAccounts library, build the plugin for it
 if (KAccounts_FOUND AND AccountsQt5_FOUND)
-    include_directories(${KACCOUNTS_INCLUDE_DIRS} ${ACCOUNTSQT_INCLUDE_DIRS})
+    include_directories(${ACCOUNTSQT_INCLUDE_DIRS})
     add_subdirectory(kaccounts)
 endif ()
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list