[SCM] ktp-contact-runner packaging branch, master, updated. debian/15.12.1-2-244-g38a1f58

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 17:50:56 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-runner.git;a=commitdiff;h=3833822

The following commit has been merged in the master branch:
commit 3833822c1b97828b2f10c90021612c7fb5d359aa
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Wed Mar 18 16:35:18 2015 +0100

    Explicitly look for Widgets
    
    With the recent change of how frameworks look for their dependencies, we
    now need to explicitly look for some new ones
---
 CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c1966da..6acb74c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ set (CMAKE_MODULE_PATH
 cmake_policy(SET CMP0002 OLD)
 
 # Find the required Libaries
-find_package (Qt5 REQUIRED CONFIG COMPONENTS Core DBus Network)
+find_package (Qt5 REQUIRED CONFIG COMPONENTS Widgets Core DBus Network)
 find_package (KF5 REQUIRED COMPONENTS I18n Service Runner)
 find_package (KTp REQUIRED)
 
@@ -31,6 +31,7 @@ set(runner_SRCS src/contactrunner.cpp)
 
 add_library(krunner_ktp_contacts MODULE ${runner_SRCS})
 target_link_libraries(krunner_ktp_contacts
+                      Qt5::Widgets
                       KF5::I18n
                       KF5::Service
                       KF5::Runner

-- 
ktp-contact-runner packaging



More information about the pkg-kde-commits mailing list