diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-08-04 01:42:48 (GMT) |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2010-08-05 04:41:16 (GMT) |
commit | 4692a507dcdfbc830a0885016b6bd0bab4480bad (patch) | |
tree | 0f0769ca28b14d3dde1070b760575ae2116ac1c2 /tools | |
parent | 4ad82cec67ce40dd167be214a2a4dcdcf6236d9d (diff) | |
download | Qt-4692a507dcdfbc830a0885016b6bd0bab4480bad.zip Qt-4692a507dcdfbc830a0885016b6bd0bab4480bad.tar.gz Qt-4692a507dcdfbc830a0885016b6bd0bab4480bad.tar.bz2 |
Increase maximum heap size of QML Viewer
Task-number: QTBUG-12029
Reviewed-by: Martin Jones
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qml/qml.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro index efb82d1..d794005 100644 --- a/tools/qml/qml.pro +++ b/tools/qml/qml.pro @@ -35,7 +35,7 @@ maemo5 { symbian { TARGET.UID3 = 0x20021317 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) - TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 + TARGET.EPOCHEAPSIZE = 0x20000 0x4000000 TARGET.CAPABILITY = NetworkServices ReadUserData !contains(S60_VERSION, 3.1):!contains(S60_VERSION, 3.2) { LIBS += -lsensrvclient -lsensrvutil |