Added icon, desktop description and updated .pro for maemo packaging instruction

This commit is contained in:
Xawotihs
2010-10-05 20:01:26 +00:00
parent f4a9730525
commit 9ea77bda6e
3 changed files with 37 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -0,0 +1,12 @@
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Wagic
Exec=/opt/wagic/wagic
Icon=wagic-64x64
StartupWMClass=wagic
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
Terminal=false

View File

@@ -5,7 +5,7 @@
#------------------------------------------------- #-------------------------------------------------
QT += core gui opengl QT += core gui opengl
VERSION = 1.2.3 VERSION = 0.13.0
TARGET = wagic TARGET = wagic
TEMPLATE = app TEMPLATE = app
windows:DEFINES += WIN32 windows:DEFINES += WIN32
@@ -22,6 +22,9 @@ unix:INCLUDEPATH += /usr/include/GL
unix:INCLUDEPATH += /usr/include/freetype2 unix:INCLUDEPATH += /usr/include/freetype2
INCLUDEPATH += ../../JGE/include INCLUDEPATH += ../../JGE/include
INCLUDEPATH += include INCLUDEPATH += include
OBJECTS_DIR = objs
MOC_DIR = objs
DESTDIR = bin
unix:LIBS += -ljpeg -lgif -lpng12 unix:LIBS += -ljpeg -lgif -lpng12
windows:LIBS += -LD:\Projects\Wagic\JGE\Dependencies\lib -llibjpeg-static-mt-debug -lgiflib -llibpng -lfmodvc windows:LIBS += -LD:\Projects\Wagic\JGE\Dependencies\lib -llibjpeg-static-mt-debug -lgiflib -llibpng -lfmodvc
@@ -304,18 +307,27 @@ HEADERS += \
../../JGE/src/tinyxml\tinyxml.h\ ../../JGE/src/tinyxml\tinyxml.h\
../../JGE/include/vram.h ../../JGE/include/vram.h
FORMS += maemo5: {
# Variables
BINDIR = /opt/wagic
RESDIR = /opt/wagic/Res
ICONDIR = /usr/share
DEFINES += RESDIR=\\\"$$RESDIR\\\"
CONFIG += mobility INSTALLS += target \
MOBILITY = desktop \
icon \
res \
symbian { target.path = $$BINDIR
TARGET.UID3 = 0xe3fa5a9c
# TARGET.CAPABILITY += desktop.path = $$ICONDIR/applications/hildon
TARGET.EPOCSTACKSIZE = 0x14000 desktop.files += wagic.desktop
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
icon.path = $$ICONDIR/icons/hicolor/64x64/apps
icon.files += wagic-64x64.png
res.path = $$RESDIR
res.files += bin/Res/*
# res.extra = tar -C ../../../../src/projects/mtg/bin -czf Res.tgz Res
} }
OTHER_FILES +=
RESOURCES +=