kde-workspace/plasma/runners/locations/CMakeLists.txt

12 lines
348 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
set(krunner_locations_SRCS
locationrunner.cpp
)
kde4_add_plugin(krunner_locations ${krunner_locations_SRCS})
target_link_libraries(krunner_locations ${KDE4_KIO_LIBS} ${KDE4_PLASMA_LIBS})
install(TARGETS krunner_locations DESTINATION ${PLUGIN_INSTALL_DIR} )
install(FILES plasma-runner-locations.desktop DESTINATION ${SERVICES_INSTALL_DIR})