not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / applets / trash / CMakeLists.txt
blob13e4874be9a09d3c27c328ac0c2c155be3699047
1 project(plasma-applet-trash)
3 set(trash_SRCS
4     trash.cpp)
6 kde4_add_plugin(plasma_applet_trash ${trash_SRCS})
7 target_link_libraries(plasma_applet_trash ${KDE4_PLASMA_LIBS} ${KDE4_SOLID_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KUTILS_LIBS})
9 install(TARGETS plasma_applet_trash DESTINATION ${PLUGIN_INSTALL_DIR})
10 install(FILES plasma-applet-trash.desktop DESTINATION ${SERVICES_INSTALL_DIR})