Changed the Res installation paths on Maemo and added a Res.txt to reference them
This commit is contained in:
@@ -326,7 +326,7 @@ HEADERS += \
|
|||||||
maemo5: {
|
maemo5: {
|
||||||
# Variables
|
# Variables
|
||||||
BINDIR = /opt/wagic
|
BINDIR = /opt/wagic
|
||||||
RESDIR = /opt/wagic/ResInst
|
RESDIR = /home/user/wagic/Res
|
||||||
ICONDIR = /usr/share
|
ICONDIR = /usr/share
|
||||||
DEFINES += RESDIR=\\\"$$RESDIR\\\"
|
DEFINES += RESDIR=\\\"$$RESDIR\\\"
|
||||||
|
|
||||||
@@ -334,6 +334,7 @@ maemo5: {
|
|||||||
desktop \
|
desktop \
|
||||||
icon \
|
icon \
|
||||||
res \
|
res \
|
||||||
|
restxt \
|
||||||
|
|
||||||
target.path = $$BINDIR
|
target.path = $$BINDIR
|
||||||
|
|
||||||
@@ -346,4 +347,7 @@ maemo5: {
|
|||||||
res.path = $$RESDIR
|
res.path = $$RESDIR
|
||||||
res.files += bin/Res/*
|
res.files += bin/Res/*
|
||||||
# res.extra = tar -C ../../../../src/projects/mtg/bin -czf Res.tgz Res
|
# res.extra = tar -C ../../../../src/projects/mtg/bin -czf Res.tgz Res
|
||||||
|
|
||||||
|
restxt.path = $$BINDIR
|
||||||
|
restxt.files += debian/Res.txt
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user