adapt library name to metadata Id

This commit is contained in:
Yari Polla 2023-03-05 20:27:11 +01:00 committed by Devin Lin
parent 0f47dcb969
commit 03e851e7b8
4 changed files with 12 additions and 12 deletions

View file

@ -5,9 +5,9 @@ set(homescreen_SRCS
homescreen.cpp 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::Gui
Qt::Qml Qt::Qml
Qt::Quick 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) plasma_install_package(package org.kde.plasma.mobile.homescreen.folio)

View file

@ -5,9 +5,9 @@ set(homescreen_SRCS
homescreen.cpp 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::Gui
Qt::Qml Qt::Qml
Qt::Quick Qt::Quick
@ -20,7 +20,7 @@ target_link_libraries(plasma_containment_phone_homescreen_halcyon
KF6::WindowSystem 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) plasma_install_package(package org.kde.plasma.mobile.homescreen.halcyon)

View file

@ -7,9 +7,9 @@ set(phonepanel_SRCS
phonepanel.cpp 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::Gui
Qt::DBus Qt::DBus
KF6::Plasma KF6::Plasma
@ -17,7 +17,7 @@ target_link_libraries(plasma_applet_phonepanel
KF6::Service 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}) #install(FILES plasma-phonepanel-default.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR})
plasma_install_package(package org.kde.plasma.mobile.panel) plasma_install_package(package org.kde.plasma.mobile.panel)

View file

@ -5,9 +5,9 @@
qt_add_dbus_interfaces(DBUS_SRCS ${KWIN_VIRTUALKEYBOARD_INTERFACE}) 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::Gui
Qt::DBus Qt::DBus
Qt::Qml 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) plasma_install_package(package org.kde.plasma.mobile.taskpanel)