Adapt to plasma-framework targets being renamed

This commit is contained in:
Nicolas Fella 2023-11-23 23:42:47 +01:00
parent 67af6f35a6
commit 0f99a3c8c1
11 changed files with 16 additions and 16 deletions

View file

@ -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)

View file

@ -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

View file

@ -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)

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -18,7 +18,7 @@ target_link_libraries(halcyonplugin
Qt::Gui
Qt::Qml
Qt::Quick
KF6::Plasma
Plasma::Plasma
KF6::I18n
KF6::Service
KF6::KIOGui

View file

@ -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
)

View file

@ -10,7 +10,7 @@ target_link_libraries(org.kde.plasma.mobile.taskpanel
Qt::DBus
Qt::Qml
Qt::Quick
KF6::Plasma
Plasma::Plasma
)

View file

@ -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

View file

@ -9,7 +9,7 @@ target_link_libraries(kcm_mobile_wifi PRIVATE
Qt::Qml
KF6::I18n
KF6::NetworkManagerQt
KF6::Plasma
Plasma::Plasma
KF6::KCMUtilsQuick
)