shift-shell/containments/panel/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
874 B
Text
Raw Normal View History

qt_add_dbus_interfaces(DBUS_SRCS dbus/org.kde.KWin.ScreenShot2.xml
dbus/org.kde.KScreen.xml)
2020-02-06 17:17:47 +00:00
set(phonepanel_SRCS
phonepanel.cpp
2020-02-06 17:17:47 +00:00
${DBUS_SRCS}
)
add_library(plasma_applet_phonepanel MODULE ${phonepanel_SRCS})
kcoreaddons_desktop_to_json(plasma_applet_phonepanel package/metadata.desktop)
target_link_libraries(plasma_applet_phonepanel
Qt::Gui
Qt::DBus
KF5::Plasma
KF5::I18n
2021-07-14 16:21:31 +00:00
KF5::Notifications
KF5::KIOGui
KF5::Service
)
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)