Added desktop file and icon.

Added install rules for Linux.
This commit is contained in:
codestation
2013-08-29 13:48:03 -04:30
parent bab08e4355
commit 08fed6b1cb
3 changed files with 30 additions and 1 deletions

View File

@@ -64,7 +64,8 @@ RESOURCES += \
OTHER_FILES += \
resources/psp2-updatelist.xml \
resources/psv_icon.png \
README.md
README.md \
qcma.desktop
FORMS += \
configwidget.ui \
@@ -72,4 +73,17 @@ FORMS += \
backupitem.ui \
confirmdialog.ui
unix {
isEmpty(PREFIX) {
PREFIX = /usr/local
}
desktop.path = $$DATADIR/applications/$${TARGET}
desktop.files += $${TARGET}.desktop
icon64.path = $$DATADIR/icons/hicolor/64x64/apps
icon64.files += resources/$${TARGET}.png
target.path = $$PREFIX/bin
INSTALLS += target desktop icon64
}