Changed the Res installation paths on Maemo and added a Res.txt to reference them

This commit is contained in:
Xawotihs
2010-12-30 22:08:42 +00:00
parent 58f4631dc2
commit cab5b973ac
+5 -1
View File
@@ -326,7 +326,7 @@ HEADERS += \
maemo5: {
# Variables
BINDIR = /opt/wagic
RESDIR = /opt/wagic/ResInst
RESDIR = /home/user/wagic/Res
ICONDIR = /usr/share
DEFINES += RESDIR=\\\"$$RESDIR\\\"
@@ -334,6 +334,7 @@ maemo5: {
desktop \
icon \
res \
restxt \
target.path = $$BINDIR
@@ -346,4 +347,7 @@ maemo5: {
res.path = $$RESDIR
res.files += bin/Res/*
# res.extra = tar -C ../../../../src/projects/mtg/bin -czf Res.tgz Res
restxt.path = $$BINDIR
restxt.files += debian/Res.txt
}