kdeconnect-kde/app/CMakeLists.txt

10 lines
369 B
CMake
Raw Normal View History

2015-06-13 00:30:38 +01:00
find_package(KF5 COMPONENTS Declarative)
qt5_add_resources(kcapp_SRCS resources.qrc)
add_executable(kcapp main.cpp ${kcapp_SRCS})
target_link_libraries(kcapp Qt5::Quick Qt5::Widgets KF5::Declarative KF5::CoreAddons KF5::I18n)
install(TARGETS kcapp ${INSTALL_TARGETS_DEFAULT_ARGS})
2015-06-13 19:35:09 +01:00
install(PROGRAMS org.kde.kdeconnect.app.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})