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


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

The following commit has been merged in the master branch:
commit c1e2e803cde3823b1fd1816ed4dd261d2d98e1ca
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Tue Mar 17 16:28:10 2015 +0100

    Add linking to Qt5::Widgets
    
    Something somewhere changed and linking to Qt5::Widgets is now not
    transient anymore, so let's make it explicit
---
 tests/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 330a581..f5fd779 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -18,6 +18,7 @@ add_executable(ktp_contact_list_model_view
 
 target_link_libraries(ktp_contact_list_model_view
   Qt5::Test
+  Qt5::Widgets
   KF5::CoreAddons
   KF5::I18n
   KTp::CommonInternals
@@ -33,6 +34,7 @@ if (KF5People_FOUND)
 
     target_link_libraries(ktp_kpeople_list_model_view
     Qt5::Test
+    Qt5::Widgets
     KF5::I18n
     KF5::People
     KF5::CoreAddons

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list