kde-workspace/plasma/applets/systemtray/CMakeLists.txt

22 lines
440 B
Text
Raw Normal View History

project(plasma-applet-systemtray)
2014-11-13 19:30:51 +02:00
set(systemtray_SRCS
systemtray.cpp
2015-09-01 04:37:19 +03:00
)
2014-11-13 19:30:51 +02:00
kde4_add_plugin(plasma_applet_systemtray ${systemtray_SRCS})
target_link_libraries(plasma_applet_systemtray
KDE4::plasma
2014-11-13 19:30:51 +02:00
)
install(
TARGETS plasma_applet_systemtray
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
)
install(
FILES plasma-applet-systemtray.desktop
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
RENAME plasma-applet-systemtray.desktop
)