diff --git a/CMakeLists.txt b/CMakeLists.txt index 00a01df1..75d292f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/components/mobileshell/CMakeLists.txt b/components/mobileshell/CMakeLists.txt index 981e3188..edce24eb 100644 --- a/components/mobileshell/CMakeLists.txt +++ b/components/mobileshell/CMakeLists.txt @@ -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 diff --git a/components/mobileshellstate/CMakeLists.txt b/components/mobileshellstate/CMakeLists.txt index f5911bf3..e07fdd0d 100644 --- a/components/mobileshellstate/CMakeLists.txt +++ b/components/mobileshellstate/CMakeLists.txt @@ -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) diff --git a/containments/homescreens/folio/CMakeLists.txt b/containments/homescreens/folio/CMakeLists.txt index 49dfacdf..ff399db1 100644 --- a/containments/homescreens/folio/CMakeLists.txt +++ b/containments/homescreens/folio/CMakeLists.txt @@ -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 diff --git a/containments/homescreens/folio/plugin/CMakeLists.txt b/containments/homescreens/folio/plugin/CMakeLists.txt index a76031ef..1ca27056 100644 --- a/containments/homescreens/folio/plugin/CMakeLists.txt +++ b/containments/homescreens/folio/plugin/CMakeLists.txt @@ -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 diff --git a/containments/homescreens/halcyon/CMakeLists.txt b/containments/homescreens/halcyon/CMakeLists.txt index 78405349..b0f17140 100644 --- a/containments/homescreens/halcyon/CMakeLists.txt +++ b/containments/homescreens/halcyon/CMakeLists.txt @@ -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 diff --git a/containments/homescreens/halcyon/plugin/CMakeLists.txt b/containments/homescreens/halcyon/plugin/CMakeLists.txt index d70705c9..af9498a6 100644 --- a/containments/homescreens/halcyon/plugin/CMakeLists.txt +++ b/containments/homescreens/halcyon/plugin/CMakeLists.txt @@ -18,7 +18,7 @@ target_link_libraries(halcyonplugin Qt::Gui Qt::Qml Qt::Quick - KF6::Plasma + Plasma::Plasma KF6::I18n KF6::Service KF6::KIOGui diff --git a/containments/panel/CMakeLists.txt b/containments/panel/CMakeLists.txt index f3718553..f70f6f5f 100644 --- a/containments/panel/CMakeLists.txt +++ b/containments/panel/CMakeLists.txt @@ -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 ) diff --git a/containments/taskpanel/CMakeLists.txt b/containments/taskpanel/CMakeLists.txt index 89cee8be..499a431e 100644 --- a/containments/taskpanel/CMakeLists.txt +++ b/containments/taskpanel/CMakeLists.txt @@ -10,7 +10,7 @@ target_link_libraries(org.kde.plasma.mobile.taskpanel Qt::DBus Qt::Qml Qt::Quick - KF6::Plasma + Plasma::Plasma ) diff --git a/kcms/cellularnetwork/CMakeLists.txt b/kcms/cellularnetwork/CMakeLists.txt index d5376dc6..48d2e146 100644 --- a/kcms/cellularnetwork/CMakeLists.txt +++ b/kcms/cellularnetwork/CMakeLists.txt @@ -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 diff --git a/kcms/wifi/CMakeLists.txt b/kcms/wifi/CMakeLists.txt index dcc27033..ae32c0bb 100644 --- a/kcms/wifi/CMakeLists.txt +++ b/kcms/wifi/CMakeLists.txt @@ -9,7 +9,7 @@ target_link_libraries(kcm_mobile_wifi PRIVATE Qt::Qml KF6::I18n KF6::NetworkManagerQt - KF6::Plasma + Plasma::Plasma KF6::KCMUtilsQuick )