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