[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:31 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=3402b23
The following commit has been merged in the master branch:
commit 3402b237d1c3e15a300e71872999a99c517cbc4c
Author: Martin Klapetek <mklapetek at kde.org>
Date: Wed Nov 12 12:28:12 2014 +0100
Add missing KCoreAddons linking
---
CMakeLists.txt | 1 +
kaccounts/CMakeLists.txt | 1 +
2 files changed, 2 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e94413e..76f4853 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,6 +14,7 @@ find_package (Qt5 REQUIRED CONFIG COMPONENTS
Test)
find_package (KF5 REQUIRED COMPONENTS
+ CoreAddons
KCMUtils
NotifyConfig
TextEditor
diff --git a/kaccounts/CMakeLists.txt b/kaccounts/CMakeLists.txt
index 7fc396d..b747357 100644
--- a/kaccounts/CMakeLists.txt
+++ b/kaccounts/CMakeLists.txt
@@ -13,6 +13,7 @@ add_library(kaccounts_ktp_plugin MODULE ${kaccounts_ktp_plugin_SRCS})
target_link_libraries(kaccounts_ktp_plugin
Qt5::Core
KF5::ConfigCore
+ KF5::CoreAddons
KTp::Logger
${KACCOUNTS_LIBRARIES}
${ACCOUNTSQT_LIBRARIES}
--
ktp-common-internals packaging
More information about the pkg-kde-commits
mailing list