diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-09-07 00:32:53 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-09-07 00:32:53 (GMT) |
commit | 99c5c9761e3306c951558100c76570d8eadf09a9 (patch) | |
tree | de9a5d8d208cfc5a26915c7be157ddd2ff98fa1d | |
parent | 29536a20346784023a65ae198ed6cec820f51cf0 (diff) | |
parent | 3113a91f50f12c8ee53f2e84f6b46fde6c2c1693 (diff) | |
download | Qt-99c5c9761e3306c951558100c76570d8eadf09a9.zip Qt-99c5c9761e3306c951558100c76570d8eadf09a9.tar.gz Qt-99c5c9761e3306c951558100c76570d8eadf09a9.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml:
Increase maximum heap size of minehunt demo to fix crashing on Symbian
-rw-r--r-- | demos/declarative/minehunt/minehunt.pro | 1 |
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 |