summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/tank
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2011-11-25 12:50:35 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-01 02:06:03 +0100
commit8548b98f756ed8d8f986b56facc16ecf7e59fbd3 (patch)
tree7a252d3798ae1d40c75001f0809db13346acc9f6 /examples/qt3d/tank
parent987ce26ee470933f945d507d1e51dccfff4d8920 (diff)
Fixing harmattan pkgs
The fixes are going into the qtc_harmattan packaging scripts, since the scratchbox for harmattan seems to be no longer working. Eventually we should remove it and put the qtc_harmattan one in instead, but for now keep both around until its proven to work. This is also important because bifh might need it. Basically - remove the translation line, fix up a lot of broken desktop files, use a different location for the icons, and generally fix all the problems as described in the bug. Task-number: QTBUG-21955 Change-Id: I02cdf6c02ef9515b14384aaaf8e039a09a6cb82b Reviewed-by: Patrick Burke <patrick.burke@nokia.com>
Diffstat (limited to 'examples/qt3d/tank')
-rw-r--r--examples/qt3d/tank/qt3d.png (renamed from examples/qt3d/tank/icon-l-qt3d.png)bin3677 -> 3677 bytes
-rw-r--r--examples/qt3d/tank/tank.desktop4
-rw-r--r--examples/qt3d/tank/tank.pro3
3 files changed, 4 insertions, 3 deletions
diff --git a/examples/qt3d/tank/icon-l-qt3d.png b/examples/qt3d/tank/qt3d.png
index 21ec0176..21ec0176 100644
--- a/examples/qt3d/tank/icon-l-qt3d.png
+++ b/examples/qt3d/tank/qt3d.png
Binary files differ
diff --git a/examples/qt3d/tank/tank.desktop b/examples/qt3d/tank/tank.desktop
index 8f77e213..17ebe2c6 100644
--- a/examples/qt3d/tank/tank.desktop
+++ b/examples/qt3d/tank/tank.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Name=Tank
-Icon=icon-l-qt3d
-Exec=/usr/bin/tank -fullscreen
+Icon=/usr/share/icons/hicolor/80x80/apps/qt3d.png
+Exec=/usr/bin/invoker --type=e -s /usr/bin/invoker --type=d -s /usr/bin/tank -fullscreen
OnlyShowIn=X-MeeGo;
X-MeeGo-Logical-Id=qtn_comm_appname_tank
diff --git a/examples/qt3d/tank/tank.pro b/examples/qt3d/tank/tank.pro
index 7349d900..fa622cdf 100644
--- a/examples/qt3d/tank/tank.pro
+++ b/examples/qt3d/tank/tank.pro
@@ -15,6 +15,7 @@ HEADERS += tankview.h \
quadplane.h
OTHER_FILES += \
- tank.rc
+ tank.rc \
+ tank.desktop
RC_FILE = tank.rc