mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Adjust to projects moving to Plasma
This commit is contained in:
parent
e82af2b681
commit
e825ec937b
1 changed files with 3 additions and 3 deletions
|
|
@ -59,12 +59,9 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
|
|||
KIO
|
||||
Config
|
||||
DBusAddons
|
||||
Plasma
|
||||
PlasmaQuick
|
||||
ItemModels
|
||||
Service
|
||||
Notifications
|
||||
Wayland
|
||||
ModemManagerQt
|
||||
NetworkManagerQt
|
||||
KCMUtils
|
||||
|
|
@ -73,6 +70,9 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
|
|||
JobWidgets
|
||||
)
|
||||
|
||||
find_package(KF6Plasma CONFIG REQUIRED)
|
||||
find_package(KF6PlasmaQuick CONFIG REQUIRED)
|
||||
find_package(KF6Wayland CONFIG REQUIRED)
|
||||
find_package(KF6Screen CONFIG REQUIRED)
|
||||
|
||||
find_package(PkgConfig REQUIRED)
|
||||
|
|
|
|||
Loading…
Reference in a new issue