not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / dataengines / systemmonitor / CMakeLists.txt
blobb9bf5569800f2fefdd1258df723ce9869ba28e65
2 set(systemmonitor_engine_SRCS
3    systemmonitor.cpp
6 kde4_add_plugin(plasma_engine_systemmonitor ${systemmonitor_engine_SRCS})
7 target_link_libraries(plasma_engine_systemmonitor ${KDE4_PLASMA_LIBS} ${KDE4_KDECORE_LIBS} ${QT_QTNETWORK_LIBRARY} ksgrd)
9 install(TARGETS plasma_engine_systemmonitor DESTINATION ${PLUGIN_INSTALL_DIR})
10 install(FILES plasma-dataengine-systemmonitor.desktop DESTINATION ${SERVICES_INSTALL_DIR} )