Skip to content

Commit

Permalink
adding desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
tstaerk committed Sep 8, 2011
1 parent 72f829c commit e3b03c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions quickpen.desktop
@@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.0
Name=QuickPen
Comment=QuickPen Touchscreen Application
Type=Application
Icon=quickpen-icon
Terminal=false
Exec=quickpen
Categories=Utility
5 changes: 4 additions & 1 deletion quickpen.pro
Expand Up @@ -14,9 +14,12 @@ HEADERS += mainwindow.h \
FORMS += mainwindow.ui \
moreform.ui

target.path = /usr/local/bin
target.path = /opt/quickpen/bin
INSTALLS += target

desktop.path = /usr/share/applications
desktop.files += quickpen.desktop

RESOURCES += \
quickpenresourcefile.qrc

Expand Down

0 comments on commit e3b03c5

Please sign in to comment.