not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / dataengines / places / CMakeLists.txt
bloba8793c3b705dccea7460124d6c28409e6a18a5fc
1 set(places_engine_SRCS
2     placesengine.cpp
3     placeservice.cpp
4     setupdevicejob.cpp
7 AUTOMOC4_MOC_HEADERS(plasma_engine_places modeljob.h)
9 kde4_add_plugin(plasma_engine_places ${places_engine_SRCS})
11 target_link_libraries(plasma_engine_places
12     plasma
13     ${KDE4_KIO_LIBS}
14     ${KDE4_KFILE_LIBS}
15     ${KDE4_SOLID_LIBS}
18 install(TARGETS plasma_engine_places
19         DESTINATION ${PLUGIN_INSTALL_DIR})
20 install(FILES plasma-dataengine-places.desktop
21         DESTINATION ${SERVICES_INSTALL_DIR} )