[Maemo] Moved the copy of the ressources from the installation into a launcher script

This commit is contained in:
Xawotihs
2011-01-06 20:17:34 +00:00
parent 6b3d1bcbc9
commit 5ea6c1b890
3 changed files with 31 additions and 8 deletions
+6 -3
View File
@@ -238,7 +238,6 @@ HEADERS += \
include/WResourceManager.h\
include/DuelLayers.h\
include/GuiStatic.h\
include/ShopItem.h\
include/Effects.h\
include/StyleManager.h\
include/WFont.h\
@@ -319,8 +318,8 @@ HEADERS += \
../../JGE/include/Vector2D.h\
../../JGE/include/Vector3D.h\
../../JGE/include/vram.h\
../../JGE/src/tinyxml\tinystr.h\
../../JGE/src/tinyxml\tinyxml.h\
../../JGE/src/tinyxml/tinystr.h\
../../JGE/src/tinyxml/tinyxml.h\
../../JGE/include/vram.h
maemo5: {
@@ -335,6 +334,7 @@ maemo5: {
icon \
res \
restxt \
launcher \
target.path = $$BINDIR
@@ -350,4 +350,7 @@ maemo5: {
restxt.path = $$BINDIR
restxt.files += debian/Res.txt
launcher.path = $$BINDIR
launcher.files += debian/launcher
}