10 lines
291 B
CMake
Raw Normal View History

2022-04-02 18:24:21 +05:00
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_runner_webshortcuts\")
kcoreaddons_add_plugin(krunner_webshortcuts SOURCES webshortcutrunner.cpp INSTALL_NAMESPACE "kf5/krunner")
target_link_libraries(krunner_webshortcuts
Qt::DBus
KF5::Runner
KF5::Service
KF5::KIOWidgets
KF5::I18n)