summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-05-25 11:39:12 +0200
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-05-25 11:39:12 +0200
commit04cde562a0be446234e33725c999bdb61fab3ff2 (patch)
treed6eb2367ba1f24aba7103c08c4079a8c1437d2c8 /demos
parentc4727a85eed57a4db698326a1bed4aa75b6e5284 (diff)
downloadqt4-tools-04cde562a0be446234e33725c999bdb61fab3ff2.tar.gz
Revert "Fixing Linux compatibility issues for Symbian"
Changing the library names to lowercase breaks 5.0-based Linux builds. It will be investigated if it is possible to change the SDKs instead. If not, the patch will have to be extended to use the original names for 5.0 and the lowercased ones otherwise. This reverts commit 5933d4e4fb8b48ebed641e7f6b1d032df253df30.
Diffstat (limited to 'demos')
-rw-r--r--demos/mobile/quickhit/plugins/LevelOne/levelone.pro6
-rw-r--r--demos/mobile/quickhit/plugins/LevelTemplate/leveltemplate.pro6
-rw-r--r--demos/mobile/quickhit/plugins/LevelTwo/leveltwo.pro6
3 files changed, 9 insertions, 9 deletions
diff --git a/demos/mobile/quickhit/plugins/LevelOne/levelone.pro b/demos/mobile/quickhit/plugins/LevelOne/levelone.pro
index b9367219b7..fcbfc56a53 100644
--- a/demos/mobile/quickhit/plugins/LevelOne/levelone.pro
+++ b/demos/mobile/quickhit/plugins/LevelOne/levelone.pro
@@ -57,11 +57,11 @@ BLD_INF_RULES.prj_exports += "gfx/background3.png ../winscw/c/Data/gfx/backgroun
myQml.sources = level.qml
-myQml.path = c:/system/quickhitdata/levelone
+myQml.path = c:/System/quickhitdata/levelone
myGraphic.sources = gfx/*
-myGraphic.path = c:/system/quickhitdata/levelone/gfx
+myGraphic.path = c:/System/quickhitdata/levelone/gfx
mySound.sources = sound/*
-mySound.path = c:/system/quickhitdata/levelone/sound
+mySound.path = c:/System/quickhitdata/levelone/sound
# Takes qml, graphics and sounds into Symbian SIS package file (.pkg)
DEPLOYMENT += myQml myGraphic mySound
diff --git a/demos/mobile/quickhit/plugins/LevelTemplate/leveltemplate.pro b/demos/mobile/quickhit/plugins/LevelTemplate/leveltemplate.pro
index 1370956aa0..a4f590058b 100644
--- a/demos/mobile/quickhit/plugins/LevelTemplate/leveltemplate.pro
+++ b/demos/mobile/quickhit/plugins/LevelTemplate/leveltemplate.pro
@@ -60,11 +60,11 @@ BLD_INF_RULES.prj_exports += "gfx/enemy1.png ../winscw/c/Data/gfx/enemy1.png" \
myQml.sources = qml/*
-myQml.path = c:/system/quickhitdata/leveltemplate
+myQml.path = c:/System/quickhitdata/leveltemplate
myGraphic.sources = gfx/*
-myGraphic.path = c:/system/quickhitdata/leveltemplate/gfx
+myGraphic.path = c:/System/quickhitdata/leveltemplate/gfx
mySound.sources = sound/*
-mySound.path = c:/system/quickhitdata/leveltemplate/sound
+mySound.path = c:/System/quickhitdata/leveltemplate/sound
# Takes qml, graphics and sounds into Symbian SIS package file (.pkg)
DEPLOYMENT += myQml myGraphic mySound
diff --git a/demos/mobile/quickhit/plugins/LevelTwo/leveltwo.pro b/demos/mobile/quickhit/plugins/LevelTwo/leveltwo.pro
index e5c144f381..171ee6c2da 100644
--- a/demos/mobile/quickhit/plugins/LevelTwo/leveltwo.pro
+++ b/demos/mobile/quickhit/plugins/LevelTwo/leveltwo.pro
@@ -64,11 +64,11 @@ BLD_INF_RULES.prj_exports += "gfx/background2.png ../winscw/c/Data/gfx/backgroun
myQml.sources = qml/*
-myQml.path = c:/system/quickhitdata/leveltwo
+myQml.path = c:/System/quickhitdata/leveltwo
myGraphic.sources = gfx/*
-myGraphic.path = c:/system/quickhitdata/leveltwo/gfx
+myGraphic.path = c:/System/quickhitdata/leveltwo/gfx
mySound.sources = sound/*
-mySound.path = c:/system/quickhitdata/leveltwo/sound
+mySound.path = c:/System/quickhitdata/leveltwo/sound
# Takes qml, graphics and sounds into Symbian SIS package file (.pkg)
DEPLOYMENT += myQml myGraphic mySound