Update install paths

This commit is contained in:
codestation
2013-08-29 13:55:32 -04:30
parent 08fed6b1cb
commit 153695903a

View File

@@ -78,12 +78,15 @@ unix {
PREFIX = /usr/local PREFIX = /usr/local
} }
BINDIR = $$PREFIX/bin
DATADIR = $$PREFIX/share
desktop.path = $$DATADIR/applications/$${TARGET} desktop.path = $$DATADIR/applications/$${TARGET}
desktop.files += $${TARGET}.desktop desktop.files += $${TARGET}.desktop
icon64.path = $$DATADIR/icons/hicolor/64x64/apps icon64.path = $$DATADIR/icons/hicolor/64x64/apps
icon64.files += resources/$${TARGET}.png icon64.files += resources/$${TARGET}.png
target.path = $$PREFIX/bin target.path = $$BINDIR
INSTALLS += target desktop icon64 INSTALLS += target desktop icon64
} }