2019-07-21 12:02:24 +01:00
|
|
|
qt5_add_resources(kdeconnect_SRCS resources.qrc)
|
2015-06-13 00:30:38 +01:00
|
|
|
|
2021-05-23 05:54:04 +01:00
|
|
|
qt5_add_resources(kdeconnect_custom_icons_SRCS ${CMAKE_SOURCE_DIR}/icons/custom_icons.qrc)
|
|
|
|
|
|
|
|
add_executable(kdeconnect-app
|
|
|
|
main.cpp
|
|
|
|
${kdeconnect_SRCS}
|
|
|
|
${kdeconnect_custom_icons_SRCS}
|
|
|
|
)
|
2021-03-08 20:25:47 +00:00
|
|
|
target_link_libraries(kdeconnect-app Qt5::Quick Qt5::QuickControls2 Qt5::Widgets KF5::CoreAddons KF5::I18n)
|
2015-06-13 00:30:38 +01:00
|
|
|
|
2019-09-10 16:59:30 +01:00
|
|
|
install(TARGETS kdeconnect-app ${INSTALL_TARGETS_DEFAULT_ARGS})
|
2015-06-13 19:35:09 +01:00
|
|
|
install(PROGRAMS org.kde.kdeconnect.app.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
|