2017-06-06 16:48:30 +01:00
|
|
|
ki18n_wrap_ui(telhandler_SRCS dialog.ui)
|
|
|
|
|
|
|
|
add_executable(kdeconnect-handler kdeconnect-handler.cpp ${telhandler_SRCS})
|
|
|
|
|
2019-04-30 18:03:24 +01:00
|
|
|
target_include_directories(kdeconnect-handler PUBLIC ${CMAKE_BINARY_DIR})
|
|
|
|
|
2017-06-06 16:48:30 +01:00
|
|
|
target_link_libraries(kdeconnect-handler
|
|
|
|
kdeconnectinterfaces
|
2019-06-09 16:28:49 +01:00
|
|
|
kdeconnectcore
|
2017-06-06 16:48:30 +01:00
|
|
|
Qt5::Widgets
|
|
|
|
KF5::CoreAddons
|
|
|
|
KF5::I18n
|
|
|
|
)
|
|
|
|
|
|
|
|
install(TARGETS kdeconnect-handler ${INSTALL_TARGETS_DEFAULT_ARGS})
|
2019-04-10 17:36:26 +01:00
|
|
|
install(PROGRAMS org.kde.kdeconnect.telhandler.desktop org.kde.kdeconnect.smshandler.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
|