summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2010-08-04 01:42:48 (GMT)
committerToby Tomkins <toby.tomkins@nokia.com>2010-08-08 11:07:53 (GMT)
commitfa7a5664d6c0192f13a7877b131f10913a2bc018 (patch)
tree482b484a0ab88a18bbeac039e5e361f01df44a4b
parentc38b15d09bfb6b570c02737c2926ff8382ffc2e9 (diff)
downloadQt-fa7a5664d6c0192f13a7877b131f10913a2bc018.zip
Qt-fa7a5664d6c0192f13a7877b131f10913a2bc018.tar.gz
Qt-fa7a5664d6c0192f13a7877b131f10913a2bc018.tar.bz2
Increase maximum heap size of QML Viewer
Task-number: QTBUG-12029 Reviewed-by: Martin Jones (cherry picked from commit 4692a507dcdfbc830a0885016b6bd0bab4480bad)
-rw-r--r--tools/qml/qml.pro2
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