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.
17 lines
566 B
17 lines
566 B
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_runner_webshortcuts\") |
|
|
|
set(krunner_webshortcuts_SRCS |
|
webshortcutrunner.cpp |
|
) |
|
|
|
add_library(krunner_webshortcuts MODULE ${krunner_webshortcuts_SRCS}) |
|
target_link_libraries(krunner_webshortcuts |
|
Qt5::DBus |
|
KF5::Runner |
|
KF5::KIOWidgets |
|
KF5::I18n) |
|
|
|
install(TARGETS krunner_webshortcuts DESTINATION ${KDE_INSTALL_PLUGINDIR} ) |
|
|
|
install(FILES plasma-runner-webshortcuts.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR}) |
|
install(FILES plasma-runner-webshortcuts_config.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR})
|
|
|