not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / dataengines / hotplug / CMakeLists.txt
blob6d3be2b6c4c980b8fb5cc3a5d5d2719d6c0f290f
1 set(hotplug_engine_SRCS
2     hotplugengine.cpp
5 kde4_add_plugin(plasma_engine_hotplug ${hotplug_engine_SRCS})
6 target_link_libraries(plasma_engine_hotplug ${KDE4_PLASMA_LIBS} ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS})
8 install(TARGETS plasma_engine_hotplug DESTINATION ${PLUGIN_INSTALL_DIR})
9 install(FILES plasma-dataengine-hotplug.desktop DESTINATION ${SERVICES_INSTALL_DIR} )