Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / plasma / applets / systemtray / CMakeLists.txt
blobeb6f3817639144f36ec60d8723600b57b746ebf0
1 project(plasma-systemtray)
3 set(systemtray_SRCS
4     systemtray.cpp
5     systemtraycontainer.cpp
6     systemtraywidget.cpp)
8 kde4_add_plugin(plasma_applet_systemtray ${systemtray_SRCS})
9 target_link_libraries(plasma_applet_systemtray ${KDE4_KDEUI_LIBS} plasma)
11 install(TARGETS plasma_applet_systemtray DESTINATION ${PLUGIN_INSTALL_DIR})
12 install(FILES plasma-applet-systemtray.desktop DESTINATION ${SERVICES_INSTALL_DIR})