summaryrefslogtreecommitdiff
blob: faf4c87f2476a15cdc09195c6b9c24f604c229c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
commit 8d2383d29beaaad1ebb0b9de2b73589a8b964cdc
Author: Dag Andersen <danders@get2net.dk>
Date:   Thu Jan 5 09:32:12 2017 +0100

    Plan does not depend on Kdelibs4Support

diff --git a/plan/libs/kernel/CMakeLists.txt b/plan/libs/kernel/CMakeLists.txt
index d85b537..fddb9c3 100644
--- a/plan/libs/kernel/CMakeLists.txt
+++ b/plan/libs/kernel/CMakeLists.txt
@@ -45,8 +45,6 @@ target_link_libraries(kplatokernel
         kowidgetutils
         kundo2
         KF5::KIOWidgets
-    PRIVATE
-        KF5::KDELibs4Support
 )
 
 set_target_properties(kplatokernel PROPERTIES VERSION ${GENERIC_CALLIGRA_LIB_VERSION} SOVERSION ${GENERIC_CALLIGRA_LIB_SOVERSION} )
commit 3a3ee7863b65313f573593bf868584f829b725f2
Author: Dag Andersen <danders@get2net.dk>
Date:   Thu Jan 5 12:15:04 2017 +0100

    Plan: klocale.h is from kde4, so remove

diff --git a/plan/libs/kernel/kptlocale.cpp b/plan/libs/kernel/kptlocale.cpp
index 6bfc7d8..2145f7c 100644
--- a/plan/libs/kernel/kptlocale.cpp
+++ b/plan/libs/kernel/kptlocale.cpp
@@ -22,8 +22,6 @@
 
 #include "kptdebug.h"
 
-#include <klocale.h>
-
 #include <QLocale>