Add desktop file for kcapp
This commit is contained in:
parent
e31eed3243
commit
5ccdf931a9
2 changed files with 10 additions and 1 deletions
|
@ -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})
|
||||
|
|
9
app/org.kde.kdeconnect.app.desktop
Normal file
9
app/org.kde.kdeconnect.app.desktop
Normal 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
|
Loading…
Reference in a new issue