Add desktop file for kcapp

This commit is contained in:
Aleix Pol 2015-06-13 20:35:09 +02:00
parent e31eed3243
commit 5ccdf931a9
2 changed files with 10 additions and 1 deletions

View file

@ -6,4 +6,4 @@ 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})
# install(PROGRAMS kcapp.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
install(PROGRAMS org.kde.kdeconnect.app.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})

View file

@ -0,0 +1,9 @@
[Desktop Entry]
Name=KDE Connect Application
GenericName=Device Synchronization
Comment=Make all your devices one
Exec=kcapp
Icon=kdeconnect
Type=Application
Terminal=false
Categories=Qt;KDE;Network