summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2011-08-04 11:13:56 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2011-08-04 11:22:35 (GMT)
commitdaf150623578f24cdfb9c85dc1c79be685eb66cc (patch)
treee4ca12bc01253b40e3d4466c981513dcf8815bb2 /examples
parentc8af8eaaf6e3a991d488cec56f7c901d88dfc098 (diff)
downloadQt-daf150623578f24cdfb9c85dc1c79be685eb66cc.zip
Qt-daf150623578f24cdfb9c85dc1c79be685eb66cc.tar.gz
Qt-daf150623578f24cdfb9c85dc1c79be685eb66cc.tar.bz2
Fix fancybrowser.pro
Somehow, the latin-1 multiply symbol was used instead of an 'x' in hex literals. Task-number: QTBUG-15716 Reviewed-by: mread
Diffstat (limited to 'examples')
-rw-r--r--examples/webkit/fancybrowser/fancybrowser.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webkit/fancybrowser/fancybrowser.pro b/examples/webkit/fancybrowser/fancybrowser.pro
index df4dbe3..77cd6d6 100644
--- a/examples/webkit/fancybrowser/fancybrowser.pro
+++ b/examples/webkit/fancybrowser/fancybrowser.pro
@@ -12,7 +12,7 @@ INSTALLS += target sources
symbian {
TARGET.UID3 = 0xA000CF6C
- TARGET.EPOCHEAPSIZE = 0×020000 0×4000000
+ TARGET.EPOCHEAPSIZE = 0x1000 0x8000000
TARGET.CAPABILITY += Location NetworkServices
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
}