Adapt to KNotificationJobUiDelegate moving to KJobWidgets

This commit is contained in:
Nicolas Fella 2023-08-19 18:50:32 +02:00
parent f6af24c8b1
commit 7f79d7b86f
6 changed files with 6 additions and 4 deletions

View file

@ -17,6 +17,7 @@ Dependencies:
'frameworks/modemmanager-qt': '@latest-kf6'
'frameworks/networkmanager-qt': '@latest-kf6'
'frameworks/plasma-framework': '@latest-kf6'
'frameworks/kjobwidgets': '@latest-kf6'
'plasma/kwin': '@same'
'plasma/plasma-workspace': '@same'
'libraries/kirigami-addons': '@latest-kf6'

View file

@ -68,6 +68,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
KCMUtils
Package
DBusAddons
JobWidgets
)
find_package(PkgConfig REQUIRED)

View file

@ -17,7 +17,7 @@ target_link_libraries(shellsettingsplugin
KF6::ConfigWidgets
KF6::Package
KF6::KIOGui
KF6::Notifications
KF6::JobWidgets
)
set_property(TARGET shellsettingsplugin PROPERTY LIBRARY_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/org/kde/plasma/private/mobileshell/shellsettingsplugin)

View file

@ -20,7 +20,7 @@ target_link_libraries(folioplugin
KF6::I18n
KF6::Service
KF6::KIOGui
KF6::Notifications
KF6::JobWidgets
KF6::WaylandClient
KF6::WindowSystem)

View file

@ -22,7 +22,7 @@ target_link_libraries(halcyonplugin
KF6::I18n
KF6::Service
KF6::KIOGui
KF6::Notifications
KF6::JobWidgets
KF6::WaylandClient
KF6::WindowSystem)

View file

@ -12,7 +12,7 @@ target_link_libraries(kded_plasma_mobile_start PRIVATE
KF6::DBusAddons
KF6::ConfigWidgets
KF6::KIOGui
KF6::Notifications
KF6::JobWidgets
KF6::Package
)