Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / plasma / applets / devicenotifier / CMakeLists.txt
blobd121ea790e434aa0f65b484a9feb9b18d5146e91
1 project(plasma-devicenotifier)
3 set(devicenotifier_SRCS
4     devicenotifier.cpp
5     itemdelegate.cpp
6     notifierview.cpp)
8 kde4_add_ui_files(devicenotifier_SRCS deviceNotifierConfig.ui )
9 kde4_add_plugin(plasma_applet_devicenotifier ${devicenotifier_SRCS})
10 target_link_libraries(plasma_applet_devicenotifier plasma ${KDE4_KIO_LIBS})
12 install(TARGETS plasma_applet_devicenotifier DESTINATION ${PLUGIN_INSTALL_DIR})
13 install(FILES plasma-applet-devicenotifier.desktop DESTINATION ${SERVICES_INSTALL_DIR})
14 install(FILES test-predicate-openinwindow.desktop DESTINATION ${DATA_INSTALL_DIR}/solid/actions )