Browse Source

Add icon for desktop file

Change-Id: Ia934dc1355294a355d915b126e98b6803a155c9a
Donald Carr 8 years ago
parent
commit
3611563c05
3 changed files with 5 additions and 1 deletions
  1. 4 1
      artriculate.pro
  2. 1 0
      resources/artriculate.desktop
  3. BIN
      resources/artriculate.png

+ 4 - 1
artriculate.pro

@@ -16,7 +16,10 @@ target.path = /usr/bin
 desktop.path = /usr/share/applications
 desktop.files += resources/artriculate.desktop
 
-INSTALLS += target desktop
+icon.path = /usr/share/icons/hicolor/128x128/apps
+icon.files += resources/artriculate.png
+
+INSTALLS += target desktop icon
 
 # Default rules for deployment.
 include(deployment.pri)

+ 1 - 0
resources/artriculate.desktop

@@ -9,3 +9,4 @@ Type=Application
 Keywords=Image;
 Categories=Utility;ImageViewer;
 StartupNotify=true
+Icon=artriculate.png

BIN
resources/artriculate.png