Change-Id: I39acce74cecf8b01707e2a5dc396ff2081144314
@@ -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)
@@ -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