[education/minuet] /: Drop unnecessary KF6IConThemes dependency
Heiko Becker <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 9aef20db8030729db6ae185cf059205f84d44827 by Heiko Becker.
Committed on 22/07/2026 at 21:46.
Pushed by heikobecker into branch 'master'.
Drop unnecessary KF6IConThemes dependency
...at least for non-MacOS case.
M +1 -1 CMakeLists.txt
https://invent.kde.org/education/minuet/-/commit/9aef20db8030729db6ae185cf059205f84d44827
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3b56b6f..16af554 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)