summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2010-09-06 09:20:29 (GMT)
committerJoona Petrell <joona.t.petrell@nokia.com>2010-09-07 00:21:48 (GMT)
commit3113a91f50f12c8ee53f2e84f6b46fde6c2c1693 (patch)
treede9a5d8d208cfc5a26915c7be157ddd2ff98fa1d /demos
parent29536a20346784023a65ae198ed6cec820f51cf0 (diff)
downloadQt-3113a91f50f12c8ee53f2e84f6b46fde6c2c1693.zip
Qt-3113a91f50f12c8ee53f2e84f6b46fde6c2c1693.tar.gz
Qt-3113a91f50f12c8ee53f2e84f6b46fde6c2c1693.tar.bz2
Increase maximum heap size of minehunt demo to fix crashing on Symbian
Task-number: QT-3821 Reviewed-by: Martin Jones
Diffstat (limited to 'demos')
-rw-r--r--demos/declarative/minehunt/minehunt.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/declarative/minehunt/minehunt.pro b/demos/declarative/minehunt/minehunt.pro
index 1d56013..7a491ab 100644
--- a/demos/declarative/minehunt/minehunt.pro
+++ b/demos/declarative/minehunt/minehunt.pro
@@ -15,6 +15,7 @@ INSTALLS = sources target
symbian:{
TARGET.EPOCALLOWDLLDATA = 1
+ TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
qmlminehuntfiles.sources = MinehuntCore minehunt.qml
DEPLOYMENT = qmlminehuntfiles