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


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

The following commit has been merged in the master branch:
commit af1a5df0701b91ea97aa8e0d4f9545b1d6679c33
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue Jul 2 15:53:40 2013 +0200

    Use KPeople include direcories when KPeople is needed
    
    Reviewed by David Edmundson
---
 KTp/CMakeLists.txt                      | 1 +
 kpeople/actionsplugin/CMakeLists.txt    | 2 ++
 kpeople/datasourceplugin/CMakeLists.txt | 2 ++
 3 files changed, 5 insertions(+)

diff --git a/KTp/CMakeLists.txt b/KTp/CMakeLists.txt
index d718873..203ed99 100644
--- a/KTp/CMakeLists.txt
+++ b/KTp/CMakeLists.txt
@@ -73,6 +73,7 @@ set (ktp_private_LIBS
 if (KPEOPLE_FOUND)
     #this is temporary whilst im-persons-data-source still has it's own query
     find_package (NepomukCore REQUIRED)
+    include_directories(${KPEOPLE_INCLUDES})
 
     set (ktp_common_internals_private_SRCS
          ${ktp_common_internals_private_SRCS}
diff --git a/kpeople/actionsplugin/CMakeLists.txt b/kpeople/actionsplugin/CMakeLists.txt
index 350181b..3f2bc9a 100644
--- a/kpeople/actionsplugin/CMakeLists.txt
+++ b/kpeople/actionsplugin/CMakeLists.txt
@@ -1,3 +1,5 @@
+include_directories(${KPEOPLE_INCLUDES})
+
 set (ktp_kpeople_plugin_SRCS
      kpeople-actions-plugin.cpp
 )
diff --git a/kpeople/datasourceplugin/CMakeLists.txt b/kpeople/datasourceplugin/CMakeLists.txt
index 107c6f2..4a7df0e 100644
--- a/kpeople/datasourceplugin/CMakeLists.txt
+++ b/kpeople/datasourceplugin/CMakeLists.txt
@@ -1,3 +1,5 @@
+include_directories(${KPEOPLE_INCLUDES})
+
 set (im_persons_data_source_SRCS
      im-persons-data-source-plugin.cpp
 )

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list