You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
309 B

add_definitions(-DTRANSLATION_DOMAIN=\"plasma_runner_webshortcuts\")
kcoreaddons_add_plugin(krunner_webshortcuts SOURCES webshortcutrunner.cpp INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/krunner")
target_link_libraries(krunner_webshortcuts
Qt::DBus
KF5::Runner
KF5::Service
KF5::KIOWidgets
KF5::I18n)