mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Adapt to KNotificationJobUiDelegate moving to KJobWidgets
This commit is contained in:
parent
f6af24c8b1
commit
7f79d7b86f
6 changed files with 6 additions and 4 deletions
|
|
@ -17,6 +17,7 @@ Dependencies:
|
||||||
'frameworks/modemmanager-qt': '@latest-kf6'
|
'frameworks/modemmanager-qt': '@latest-kf6'
|
||||||
'frameworks/networkmanager-qt': '@latest-kf6'
|
'frameworks/networkmanager-qt': '@latest-kf6'
|
||||||
'frameworks/plasma-framework': '@latest-kf6'
|
'frameworks/plasma-framework': '@latest-kf6'
|
||||||
|
'frameworks/kjobwidgets': '@latest-kf6'
|
||||||
'plasma/kwin': '@same'
|
'plasma/kwin': '@same'
|
||||||
'plasma/plasma-workspace': '@same'
|
'plasma/plasma-workspace': '@same'
|
||||||
'libraries/kirigami-addons': '@latest-kf6'
|
'libraries/kirigami-addons': '@latest-kf6'
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
|
||||||
KCMUtils
|
KCMUtils
|
||||||
Package
|
Package
|
||||||
DBusAddons
|
DBusAddons
|
||||||
|
JobWidgets
|
||||||
)
|
)
|
||||||
|
|
||||||
find_package(PkgConfig REQUIRED)
|
find_package(PkgConfig REQUIRED)
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ target_link_libraries(shellsettingsplugin
|
||||||
KF6::ConfigWidgets
|
KF6::ConfigWidgets
|
||||||
KF6::Package
|
KF6::Package
|
||||||
KF6::KIOGui
|
KF6::KIOGui
|
||||||
KF6::Notifications
|
KF6::JobWidgets
|
||||||
)
|
)
|
||||||
|
|
||||||
set_property(TARGET shellsettingsplugin PROPERTY LIBRARY_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/org/kde/plasma/private/mobileshell/shellsettingsplugin)
|
set_property(TARGET shellsettingsplugin PROPERTY LIBRARY_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/org/kde/plasma/private/mobileshell/shellsettingsplugin)
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ target_link_libraries(folioplugin
|
||||||
KF6::I18n
|
KF6::I18n
|
||||||
KF6::Service
|
KF6::Service
|
||||||
KF6::KIOGui
|
KF6::KIOGui
|
||||||
KF6::Notifications
|
KF6::JobWidgets
|
||||||
KF6::WaylandClient
|
KF6::WaylandClient
|
||||||
KF6::WindowSystem)
|
KF6::WindowSystem)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ target_link_libraries(halcyonplugin
|
||||||
KF6::I18n
|
KF6::I18n
|
||||||
KF6::Service
|
KF6::Service
|
||||||
KF6::KIOGui
|
KF6::KIOGui
|
||||||
KF6::Notifications
|
KF6::JobWidgets
|
||||||
KF6::WaylandClient
|
KF6::WaylandClient
|
||||||
KF6::WindowSystem)
|
KF6::WindowSystem)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ target_link_libraries(kded_plasma_mobile_start PRIVATE
|
||||||
KF6::DBusAddons
|
KF6::DBusAddons
|
||||||
KF6::ConfigWidgets
|
KF6::ConfigWidgets
|
||||||
KF6::KIOGui
|
KF6::KIOGui
|
||||||
KF6::Notifications
|
KF6::JobWidgets
|
||||||
KF6::Package
|
KF6::Package
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue