diff options
author | Tomi Vihria <tomi.vihria@nokia.com> | 2011-05-18 14:43:14 (GMT) |
---|---|---|
committer | Tomi Vihria <tomi.vihria@nokia.com> | 2011-05-18 14:43:14 (GMT) |
commit | 5933d4e4fb8b48ebed641e7f6b1d032df253df30 (patch) | |
tree | eefe59e6102ccd220691f330fa8dd41a585cffef /demos/mobile/quickhit/plugins/LevelOne/levelone.pro | |
parent | e2320ec17446dc6e851fcf4ea2d998177b0d8049 (diff) | |
download | Qt-5933d4e4fb8b48ebed641e7f6b1d032df253df30.zip Qt-5933d4e4fb8b48ebed641e7f6b1d032df253df30.tar.gz Qt-5933d4e4fb8b48ebed641e7f6b1d032df253df30.tar.bz2 |
Fixing Linux compatibility issues for Symbian
Reviewed-by: Laszlo Agocs
Diffstat (limited to 'demos/mobile/quickhit/plugins/LevelOne/levelone.pro')
-rw-r--r-- | demos/mobile/quickhit/plugins/LevelOne/levelone.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/mobile/quickhit/plugins/LevelOne/levelone.pro b/demos/mobile/quickhit/plugins/LevelOne/levelone.pro index fcbfc56..b936721 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 |