2017-06-06 16:48:30 +01:00
|
|
|
ki18n_wrap_ui(telhandler_SRCS dialog.ui)
|
|
|
|
|
2021-06-12 00:31:47 +01:00
|
|
|
qt5_add_resources(kdeconnect_custom_icons_SRCS ${CMAKE_SOURCE_DIR}/icons/custom_icons.qrc)
|
|
|
|
|
|
|
|
add_executable(kdeconnect-handler kdeconnect-handler.cpp ${telhandler_SRCS} ${kdeconnect_custom_icons_SRCS})
|
|
|
|
|
2017-06-06 16:48:30 +01:00
|
|
|
|
|
|
|
target_link_libraries(kdeconnect-handler
|
|
|
|
kdeconnectinterfaces
|
2019-06-09 16:28:49 +01:00
|
|
|
kdeconnectcore
|
2020-07-30 09:53:44 +01:00
|
|
|
kdeconnectversion
|
2017-06-06 16:48:30 +01:00
|
|
|
Qt5::Widgets
|
|
|
|
KF5::CoreAddons
|
2021-06-11 19:15:39 +01:00
|
|
|
KF5::DBusAddons
|
2017-06-06 16:48:30 +01:00
|
|
|
KF5::I18n
|
2020-11-23 13:55:06 +00:00
|
|
|
KF5::KIOCore KF5::KIOFileWidgets KF5::KIOWidgets KF5::KIONTLM
|
2017-06-06 16:48:30 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
install(TARGETS kdeconnect-handler ${INSTALL_TARGETS_DEFAULT_ARGS})
|
2020-04-30 12:03:57 +01:00
|
|
|
install(PROGRAMS org.kde.kdeconnect.handler.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
|