RSIBreak meets Plasma. Basic Plasmoid showing the current idleTime, and when the...
[rsibreak.git] / plasma / CMakeLists.txt
blob714be5d5ed3d65d9fe0918500ca6b8711baea3bb
1 project(plasma-rsibreak)
3 set(rsibreak_SRCS
4     rsibreak.cpp)
6 kde4_add_plugin(plasma_applet_rsibreak ${rsibreak_SRCS})
7 target_link_libraries(plasma_applet_rsibreak plasma ${KDE4_KIO_LIBS})
8 set_target_properties(plasma_applet_rsibreak PROPERTIES VERSION 1.0.0 SOVERSION 1)
10 install(TARGETS plasma_applet_rsibreak DESTINATION ${PLUGIN_INSTALL_DIR})
11 install(FILES plasma-applet-rsibreak.desktop DESTINATION ${SERVICES_INSTALL_DIR})