2017-09-14 19:03:56 +00:00
|
|
|
set(phonepanel_SRCS
|
|
|
|
|
phonepanel.cpp
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
add_library(plasma_applet_phonepanel MODULE ${phonepanel_SRCS})
|
|
|
|
|
|
|
|
|
|
kcoreaddons_desktop_to_json(plasma_applet_phonepanel package/metadata.desktop)
|
|
|
|
|
|
|
|
|
|
target_link_libraries(plasma_applet_phonepanel
|
|
|
|
|
Qt5::Gui
|
|
|
|
|
KF5::Plasma
|
2018-11-12 04:02:46 +00:00
|
|
|
KF5::I18n
|
2019-02-23 09:06:21 +00:00
|
|
|
${GSTREAMER_LIBRARIES} GLIB2::GLIB2 ${GOBJECT_LIBRARIES})
|
2017-09-14 19:03:56 +00:00
|
|
|
|
2018-11-12 04:02:46 +00:00
|
|
|
target_include_directories(plasma_applet_phonepanel PRIVATE "${GSTREAMER_INCLUDE_DIR}")
|
2017-09-14 19:03:56 +00:00
|
|
|
|
|
|
|
|
install(TARGETS plasma_applet_phonepanel DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets)
|
|
|
|
|
#install(FILES plasma-phonepanel-default.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
|
|
|
|
|
|
|
|
|
plasma_install_package(package org.kde.phone.panel)
|
|
|
|
|
|