Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / plasma / runners / webshortcuts / CMakeLists.txt
blob32f415e36e362081c0fbe641b19378783b526dab
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} plasma)
8 install(TARGETS krunner_webshortcuts DESTINATION ${PLUGIN_INSTALL_DIR} )
10 install(FILES plasma-runner-webshortcuts.desktop DESTINATION ${SERVICES_INSTALL_DIR})