Procházet zdrojové kódy

Add atriculate desktop file for completeness

Change-Id: I39acce74cecf8b01707e2a5dc396ff2081144314
Donald Carr před 8 roky
rodič
revize
ddf697e6e0
2 změnil soubory, kde provedl 17 přidání a 0 odebrání
  1. 6 0
      artriculate.pro
  2. 11 0
      resources/artriculate.desktop

+ 6 - 0
artriculate.pro

@@ -12,6 +12,12 @@ RESOURCES += qml/qml.qrc resources/resources.qrc
 QML_IMPORT_PATH =
 
 target.path = /usr/bin
+
+desktop.path = /usr/share/applications
+desktop.files += resources/artriculate.desktop
+
+INSTALLS += target desktop
+
 # Default rules for deployment.
 include(deployment.pri)
 

+ 11 - 0
resources/artriculate.desktop

@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=Artriculate
+GenericName=Image Viewer
+Comment=QML based image displaying application
+TryExec=artriculate
+Exec=artriculate
+Terminal=false
+Type=Application
+Keywords=Image;
+Categories=Utility;ImageViewer;
+StartupNotify=true