mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Remove unnecessary KIO and KIconThemes dependencies.
This commit is contained in:
parent
2546442e88
commit
68e940f0bf
4 changed files with 8 additions and 7 deletions
|
@ -5,8 +5,9 @@ include(KDEInstallDirs)
|
|||
include(GenerateExportHeader)
|
||||
find_package( KF5 REQUIRED CoreAddons )
|
||||
|
||||
# These are needed because KPMcore links publicly against ConfigCore, I18n, IconThemes, KIOCore and Service
|
||||
find_package( KF5 REQUIRED Config I18n IconThemes KIO Service )
|
||||
# These are needed because KPMcore links publicly against ConfigCore, I18n, WidgetsAddons and Service
|
||||
find_package( Qt5 REQUIRED DBus )
|
||||
find_package( KF5 REQUIRED Config I18n WidgetsAddons Service )
|
||||
|
||||
find_package( KPMcore 3.2 REQUIRED )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue