From cab5b973acd7b9ff1dbe73767d4a0fd4bd80e28d Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Thu, 30 Dec 2010 22:08:42 +0000 Subject: [PATCH] Changed the Res installation paths on Maemo and added a Res.txt to reference them --- projects/mtg/wagic.pro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/projects/mtg/wagic.pro b/projects/mtg/wagic.pro index 4044d65d7..54c617c00 100644 --- a/projects/mtg/wagic.pro +++ b/projects/mtg/wagic.pro @@ -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 }