rename homescreen library

This commit is contained in:
Marco Martin 2015-05-14 18:13:00 +02:00
parent 0108d70fb4
commit 62df66b045
3 changed files with 6 additions and 6 deletions

View file

@ -3,11 +3,11 @@ set(homescreen_SRCS
applicationlistmodel.cpp
)
add_library(plasma_applet_phone_homescreen MODULE ${homescreen_SRCS})
add_library(plasma_containment_phone_homescreen MODULE ${homescreen_SRCS})
kcoreaddons_desktop_to_json(plasma_applet_phone_homescreen package/metadata.desktop)
kcoreaddons_desktop_to_json(plasma_containment_phone_homescreen package/metadata.desktop)
target_link_libraries(plasma_applet_phone_homescreen
target_link_libraries(plasma_containment_phone_homescreen
Qt5::Gui
KF5::Plasma
Qt5::Qml
@ -16,7 +16,7 @@ target_link_libraries(plasma_applet_phone_homescreen
)
install(TARGETS plasma_applet_phone_homescreen DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/applets)
install(TARGETS plasma_containment_phone_homescreen DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/applets)
plasma_install_package(package org.kde.phone.homescreen)

View file

@ -6,7 +6,7 @@ Type=Service
X-KDE-ServiceTypes=Plasma/Applet,Plasma/Containment
X-Plasma-API=declarativeappletscript
X-KDE-Library=plasma_applet_phone_homescreen
X-KDE-Library=plasma_containment_phone_homescreen
X-KDE-PluginInfo-Author=Marco Martin
X-KDE-PluginInfo-Category=
X-KDE-PluginInfo-Email=mart@kde.org

View file

@ -4,7 +4,7 @@ Encoding=UTF-8
Keywords=
Name=Phonebook
Type=Application
Icon=package_toys
Icon=kaddressbook
Exec=kpackagelauncherqml -a org.kde.phone.phonebook
X-KDE-ParentApp=
X-KDE-PluginInfo-Author=Martin Klapetek