mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Adapt to plasma-framework targets being renamed
This commit is contained in:
parent
67af6f35a6
commit
0f99a3c8c1
11 changed files with 16 additions and 16 deletions
|
|
@ -70,8 +70,8 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
|
|||
JobWidgets
|
||||
)
|
||||
|
||||
find_package(KF6Plasma CONFIG REQUIRED)
|
||||
find_package(KF6PlasmaQuick CONFIG REQUIRED)
|
||||
find_package(Plasma CONFIG REQUIRED)
|
||||
find_package(PlasmaQuick CONFIG REQUIRED)
|
||||
find_package(KF6Screen CONFIG REQUIRED)
|
||||
find_package(KWayland CONFIG REQUIRED)
|
||||
|
||||
|
|
|
|||
|
|
@ -42,10 +42,10 @@ target_link_libraries(mobileshellplugin
|
|||
Qt::Quick
|
||||
KF6::ConfigWidgets # for KStandardAction
|
||||
KF6::KIOGui
|
||||
KF6::Plasma
|
||||
Plasma::Plasma
|
||||
KF6::I18n
|
||||
KF6::Notifications
|
||||
KF6::PlasmaQuick
|
||||
Plasma::PlasmaQuick
|
||||
KF6::KIOGui
|
||||
KF6::KIOWidgets # for PreviewJob
|
||||
Plasma::KWaylandClient
|
||||
|
|
|
|||
|
|
@ -33,10 +33,10 @@ target_link_libraries(mobileshellstateplugin
|
|||
Qt::Gui
|
||||
Qt::Quick
|
||||
Qt::DBus
|
||||
KF6::Plasma
|
||||
Plasma::Plasma
|
||||
KF6::I18n
|
||||
KF6::Notifications
|
||||
KF6::PlasmaQuick
|
||||
Plasma::PlasmaQuick
|
||||
)
|
||||
|
||||
ecm_finalize_qml_module(mobileshellstateplugin)
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ target_link_libraries(org.kde.plasma.mobile.homescreen.folio
|
|||
Qt::Gui
|
||||
Qt::Qml
|
||||
Qt::Quick
|
||||
KF6::Plasma
|
||||
KF6::PlasmaQuick
|
||||
Plasma::Plasma
|
||||
Plasma::PlasmaQuick
|
||||
KF6::I18n
|
||||
KF6::Service
|
||||
KF6::KIOGui
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ target_link_libraries(folioplugin
|
|||
Qt::Gui
|
||||
Qt::Qml
|
||||
Qt::Quick
|
||||
KF6::Plasma
|
||||
KF6::PlasmaQuick
|
||||
Plasma::Plasma
|
||||
Plasma::PlasmaQuick
|
||||
KF6::I18n
|
||||
KF6::Service
|
||||
KF6::KIOGui
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ target_link_libraries(org.kde.plasma.mobile.homescreen.halcyon
|
|||
Qt::Gui
|
||||
Qt::Qml
|
||||
Qt::Quick
|
||||
KF6::Plasma
|
||||
Plasma::Plasma
|
||||
KF6::I18n
|
||||
KF6::Service
|
||||
KF6::KIOGui
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ target_link_libraries(halcyonplugin
|
|||
Qt::Gui
|
||||
Qt::Qml
|
||||
Qt::Quick
|
||||
KF6::Plasma
|
||||
Plasma::Plasma
|
||||
KF6::I18n
|
||||
KF6::Service
|
||||
KF6::KIOGui
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ add_library(org.kde.plasma.mobile.panel MODULE ${phonepanel_SRCS})
|
|||
target_link_libraries(org.kde.plasma.mobile.panel
|
||||
Qt::Gui
|
||||
Qt::DBus
|
||||
KF6::Plasma
|
||||
Plasma::Plasma
|
||||
KF6::I18n
|
||||
KF6::Service
|
||||
)
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ target_link_libraries(org.kde.plasma.mobile.taskpanel
|
|||
Qt::DBus
|
||||
Qt::Qml
|
||||
Qt::Quick
|
||||
KF6::Plasma
|
||||
Plasma::Plasma
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ target_link_libraries(kcm_cellular_network PRIVATE
|
|||
Qt::Quick
|
||||
Qt::Qml
|
||||
Qt::Xml
|
||||
KF6::Plasma
|
||||
Plasma::Plasma
|
||||
KF6::I18n
|
||||
KF6::NetworkManagerQt
|
||||
KF6::ModemManagerQt
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ target_link_libraries(kcm_mobile_wifi PRIVATE
|
|||
Qt::Qml
|
||||
KF6::I18n
|
||||
KF6::NetworkManagerQt
|
||||
KF6::Plasma
|
||||
Plasma::Plasma
|
||||
KF6::KCMUtilsQuick
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue