not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / applets / devicenotifier / CMakeLists.txt
blob864e1365e3a3f5a04974f4cf9dbbe6f63196ebbb
1 project(plasma-devicenotifier)
3 set(devicenotifier_SRCS
4     devicenotifier.cpp
5     notifierdialog.cpp
6     notifierview.cpp)
8 kde4_add_plugin(plasma_applet_devicenotifier ${devicenotifier_SRCS})
9 target_link_libraries(plasma_applet_devicenotifier ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} ${KDE4_SOLID_LIBS})
11 install(TARGETS plasma_applet_devicenotifier DESTINATION ${PLUGIN_INSTALL_DIR})
12 install(FILES plasma-applet-devicenotifier.desktop DESTINATION ${SERVICES_INSTALL_DIR})
13 install(FILES test-predicate-openinwindow.desktop DESTINATION ${DATA_INSTALL_DIR}/solid/actions )