kdeconnect-kde/urlhandler/CMakeLists.txt
Volker Krause 834f9c3790 Handle sms: URLs too
Handling those URLs works perfectly fine already, for transferring the
phone number and the body, we just need to register for it.
2019-04-11 17:58:14 +02:00

13 lines
439 B
CMake

ki18n_wrap_ui(telhandler_SRCS dialog.ui)
add_executable(kdeconnect-handler kdeconnect-handler.cpp ${telhandler_SRCS})
target_link_libraries(kdeconnect-handler
kdeconnectinterfaces
Qt5::Widgets
KF5::CoreAddons
KF5::I18n
)
install(TARGETS kdeconnect-handler ${INSTALL_TARGETS_DEFAULT_ARGS})
install(PROGRAMS org.kde.kdeconnect.telhandler.desktop org.kde.kdeconnect.smshandler.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )