summaryrefslogtreecommitdiff
path: root/kde-apps/kwordquiz/files/kwordquiz-15.12.3-deps.patch
blob: 9221631df25df1782c9b2966fd3261630d015460 (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
39
40
41
42
43
44
45
46
commit 6e90d606424c3f97e21828cc9942bcf7950611e4
Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
Date:   Sun Mar 20 16:47:20 2016 +0100

    Remove unused deps
    
    REVIEW: 127438

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 624d7fc..335c556 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,6 @@ include(ECMInstallIcons)
 find_package(KF5 REQUIRED COMPONENTS
     I18n
     Crash
-    Sonnet
     Config
     ConfigWidgets
     DocTools
@@ -31,12 +30,10 @@ find_package(KF5 REQUIRED COMPONENTS
     IconThemes
     ItemViews
     NotifyConfig
-    KIO
     NewStuff
     Notifications
     XmlGui
     KDELibs4Support
-    Declarative
 )
 include_directories (${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
 
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 7065e2c..8914551 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -82,8 +82,6 @@ target_link_libraries(kwordquiz
     KF5::NewStuff
     KF5::Notifications
     KF5::NotifyConfig
-    KF5::SonnetCore
-    KF5::Declarative
     KF5::XmlGui
     KF5::GuiAddons
     KF5::KDELibs4Support