add more spacing
[personal-kdebase.git] / workspace / plasma / runners / webshortcuts / CMakeLists.txt
bloba6da726d7a2f1eb1aae5dc5a10eea22382035c94
1 set(krunner_webshortcuts_SRCS
2     webshortcutrunner.cpp
5 kde4_add_plugin(krunner_webshortcuts ${krunner_webshortcuts_SRCS})
6 target_link_libraries(krunner_webshortcuts ${KDE4_KIO_LIBS} ${KDE4_PLASMA_LIBS})
8 install(TARGETS krunner_webshortcuts DESTINATION ${PLUGIN_INSTALL_DIR} )
10 install(FILES plasma-runner-webshortcuts.desktop DESTINATION ${SERVICES_INSTALL_DIR})