diff --git a/containments/homescreens/folio/CMakeLists.txt b/containments/homescreens/folio/CMakeLists.txt index 3116fbd8..2abda804 100644 --- a/containments/homescreens/folio/CMakeLists.txt +++ b/containments/homescreens/folio/CMakeLists.txt @@ -5,9 +5,9 @@ set(homescreen_SRCS homescreen.cpp ) -add_library(plasma_containment_phone_homescreen MODULE ${homescreen_SRCS}) +add_library(org.kde.plasma.mobile.homescreen.folio MODULE ${homescreen_SRCS}) -target_link_libraries(plasma_containment_phone_homescreen +target_link_libraries(org.kde.plasma.mobile.homescreen.folio Qt::Gui Qt::Qml Qt::Quick @@ -22,7 +22,7 @@ target_link_libraries(plasma_containment_phone_homescreen ) -install(TARGETS plasma_containment_phone_homescreen DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets) +install(TARGETS org.kde.plasma.mobile.homescreen.folio DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets) plasma_install_package(package org.kde.plasma.mobile.homescreen.folio) diff --git a/containments/homescreens/halcyon/CMakeLists.txt b/containments/homescreens/halcyon/CMakeLists.txt index f8f48209..b2852ae8 100644 --- a/containments/homescreens/halcyon/CMakeLists.txt +++ b/containments/homescreens/halcyon/CMakeLists.txt @@ -5,9 +5,9 @@ set(homescreen_SRCS homescreen.cpp ) -add_library(plasma_containment_phone_homescreen_halcyon MODULE ${homescreen_SRCS}) +add_library(org.kde.plasma.mobile.homescreen.halcyon MODULE ${homescreen_SRCS}) -target_link_libraries(plasma_containment_phone_homescreen_halcyon +target_link_libraries(org.kde.plasma.mobile.homescreen.halcyon Qt::Gui Qt::Qml Qt::Quick @@ -20,7 +20,7 @@ target_link_libraries(plasma_containment_phone_homescreen_halcyon KF6::WindowSystem ) -install(TARGETS plasma_containment_phone_homescreen_halcyon DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets) +install(TARGETS org.kde.plasma.mobile.homescreen.halcyon DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets) plasma_install_package(package org.kde.plasma.mobile.homescreen.halcyon) diff --git a/containments/panel/CMakeLists.txt b/containments/panel/CMakeLists.txt index 0aa49fd0..f3718553 100644 --- a/containments/panel/CMakeLists.txt +++ b/containments/panel/CMakeLists.txt @@ -7,9 +7,9 @@ set(phonepanel_SRCS phonepanel.cpp ) -add_library(plasma_applet_phonepanel MODULE ${phonepanel_SRCS}) +add_library(org.kde.plasma.mobile.panel MODULE ${phonepanel_SRCS}) -target_link_libraries(plasma_applet_phonepanel +target_link_libraries(org.kde.plasma.mobile.panel Qt::Gui Qt::DBus KF6::Plasma @@ -17,7 +17,7 @@ target_link_libraries(plasma_applet_phonepanel KF6::Service ) -install(TARGETS plasma_applet_phonepanel DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets) +install(TARGETS org.kde.plasma.mobile.panel DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets) #install(FILES plasma-phonepanel-default.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR}) plasma_install_package(package org.kde.plasma.mobile.panel) diff --git a/containments/taskpanel/CMakeLists.txt b/containments/taskpanel/CMakeLists.txt index dea13d84..bf280455 100644 --- a/containments/taskpanel/CMakeLists.txt +++ b/containments/taskpanel/CMakeLists.txt @@ -5,9 +5,9 @@ qt_add_dbus_interfaces(DBUS_SRCS ${KWIN_VIRTUALKEYBOARD_INTERFACE}) -add_library(plasma_containment_phone_taskpanel MODULE taskpanel.cpp ${DBUS_SRCS}) +add_library(org.kde.plasma.mobile.taskpanel MODULE taskpanel.cpp ${DBUS_SRCS}) -target_link_libraries(plasma_containment_phone_taskpanel +target_link_libraries(org.kde.plasma.mobile.taskpanel Qt::Gui Qt::DBus Qt::Qml @@ -19,7 +19,7 @@ target_link_libraries(plasma_containment_phone_taskpanel ) -install(TARGETS plasma_containment_phone_taskpanel DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets) +install(TARGETS org.kde.plasma.mobile.taskpanel DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets) plasma_install_package(package org.kde.plasma.mobile.taskpanel)