summaryrefslogtreecommitdiff
path: root/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.20.5-no-kiconthemes.patch
blob: 5981fe4a7ef4c828893295454c9cbbec84098cb4 (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
From 88fe32d4d6543c860bcec4e63782ee82fac2c75f Mon Sep 17 00:00:00 2001
From: Nicolas Fella <nicolas.fella@gmx.de>
Date: Mon, 14 Dec 2020 18:26:33 +0100
Subject: [PATCH] Remove unused KIconThemes dependency

---
 CMakeLists.txt                 | 1 -
 applets/weather/CMakeLists.txt | 1 -
 2 files changed, 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 15e121e7f..bc3782f1f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
     Declarative
     Holidays
     I18n
-    IconThemes
     KIO
     KCMUtils
     Kross
diff --git a/applets/weather/CMakeLists.txt b/applets/weather/CMakeLists.txt
index d88c5fcc0..fe88b68c5 100644
--- a/applets/weather/CMakeLists.txt
+++ b/applets/weather/CMakeLists.txt
@@ -33,7 +33,6 @@ add_library(weatherplugin SHARED ${weather_SRCS})
 target_link_libraries(weatherplugin
     KF5::Plasma
     KF5::UnitConversion
-    KF5::IconThemes
     KF5::I18n
     Qt5::Qml
 )
-- 
GitLab