rename app to kdeconnect-app

This commit is contained in:
Nicolas Fella 2019-09-10 17:59:30 +02:00
parent 39fe270cd1
commit c451d7064e

View file

@ -1,7 +1,7 @@
qt5_add_resources(kdeconnect_SRCS resources.qrc)
add_executable(kdeconnect main.cpp ${kdeconnect_SRCS})
target_link_libraries(kdeconnect Qt5::Quick Qt5::Widgets KF5::CoreAddons KF5::I18n)
add_executable(kdeconnect-app main.cpp ${kdeconnect_SRCS})
target_link_libraries(kdeconnect-app Qt5::Quick Qt5::Widgets KF5::CoreAddons KF5::I18n)
install(TARGETS kdeconnect ${INSTALL_TARGETS_DEFAULT_ARGS})
install(TARGETS kdeconnect-app ${INSTALL_TARGETS_DEFAULT_ARGS})
install(PROGRAMS org.kde.kdeconnect.app.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})