You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.20.5-no-...

38 lines
1004 B

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