2015-06-11 22:35:46 +00:00
|
|
|
set(taskpanel_SRCS
|
|
|
|
|
taskpanel.cpp
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
add_library(plasma_containment_phone_taskpanel MODULE ${taskpanel_SRCS})
|
|
|
|
|
|
|
|
|
|
kcoreaddons_desktop_to_json(plasma_containment_phone_taskpanel package/metadata.desktop)
|
|
|
|
|
|
|
|
|
|
target_link_libraries(plasma_containment_phone_taskpanel
|
|
|
|
|
Qt5::Gui
|
|
|
|
|
Qt5::DBus
|
|
|
|
|
KF5::Plasma
|
|
|
|
|
Qt5::Qml
|
|
|
|
|
KF5::I18n
|
|
|
|
|
KF5::Service
|
2015-06-12 22:18:24 +00:00
|
|
|
KF5::WaylandClient
|
2015-06-11 22:35:46 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
install(TARGETS plasma_containment_phone_taskpanel DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets)
|
|
|
|
|
|
|
|
|
|
plasma_install_package(package org.kde.phone.taskpanel)
|
|
|
|
|
|