not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / runners / locations / CMakeLists.txt
blob4cb3d2a5667e6850c94825ef651c8ecbb5ca83bc
1 set(krunner_locations_SRCS
2     locationrunner.cpp
5 kde4_add_plugin(krunner_locations ${krunner_locations_SRCS})
6 target_link_libraries(krunner_locations ${KDE4_KIO_LIBS} ${KDE4_PLASMA_LIBS})
8 install(TARGETS krunner_locations DESTINATION ${PLUGIN_INSTALL_DIR} )
10 install(FILES plasma-runner-locations.desktop DESTINATION ${SERVICES_INSTALL_DIR})