e298b73f8e
Summary: Allows ringing devices from KRunner Test Plan: Enter find, ring, or device name, activate entry Reviewers: #kde_connect, #plasma, broulik, davidedmundson, apol Reviewed By: #kde_connect, apol Subscribers: sredman, apol, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D14607
7 lines
442 B
CMake
7 lines
442 B
CMake
add_definitions(-DTRANSLATION_DOMAIN="plasma_runner_kdeconnect_findmyphone")
|
|
|
|
add_library(krunner_kdeconnect_findmyphone MODULE findmyphonerunner.cpp)
|
|
target_link_libraries(krunner_kdeconnect_findmyphone PUBLIC KF5::Runner KF5::I18n kdeconnectinterfaces)
|
|
|
|
install(TARGETS krunner_kdeconnect_findmyphone DESTINATION ${KDE_INSTALL_PLUGINDIR})
|
|
install(FILES plasma-runner-kdeconnect-findmyphone.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR})
|