[education/minuet/release/26.08] /: Drop unnecessary KF6IConThemes dependency
Heiko Becker <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit b05f6cac142b3a2fde8a752baba59cb9f654aff0 by Heiko Becker.
Committed on 23/07/2026 at 05:49.
Pushed by heikobecker into branch 'release/26.08'.
Drop unnecessary KF6IConThemes dependency
...at least for non-MacOS case.
(cherry picked from commit 9aef20db8030729db6ae185cf059205f84d44827)
M +1 -1 CMakeLists.txt
https://invent.kde.org/education/minuet/-/commit/b05f6cac142b3a2fde8a752baba59cb9f654aff0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b4a6fa..f48e9bd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -186,7 +186,7 @@ ecm_find_qmlmodule(org.kde.kirigamiaddons.onboarding REQUIRED)
if(NOT MINUET_MOBILE_PLATFORM)
find_package(
- KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS Crash DocTools IconThemes
+ KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS Crash DocTools
QQC2DesktopStyle
)
ecm_find_qmlmodule(org.kde.desktop REQUIRED)