summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2011-03-29 14:17:51 +1000
committerYann Bodson <yann.bodson@nokia.com>2011-03-29 14:17:51 +1000
commit66a1938f34c9b50902e6c88b45fc063abb49830b (patch)
treeea79a39b9076a207fc0ca0508a907d95eb29b3d6 /demos
parent6567653a003191508ee5561dcd9896cb97cf3ec3 (diff)
parent4da2ba2e788bb63a155e1d10ae559d4366eed875 (diff)
downloadqt4-tools-66a1938f34c9b50902e6c88b45fc063abb49830b.tar.gz
Merge ../qt-qml-staging
Diffstat (limited to 'demos')
-rw-r--r--demos/embedded/qmlflickr/qmlflickr.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/embedded/qmlflickr/qmlflickr.pro b/demos/embedded/qmlflickr/qmlflickr.pro
index 39b316a5b9..8d4e03205c 100644
--- a/demos/embedded/qmlflickr/qmlflickr.pro
+++ b/demos/embedded/qmlflickr/qmlflickr.pro
@@ -8,5 +8,6 @@ symbian {
TARGET.UID3 = 0x$$qmlflickr_uid3 # defined in deployment.pri
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
TARGET.CAPABILITY = NetworkServices
- TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
+ # Maximum heap size set to 128 MB in order to allow loading large images.
+ TARGET.EPOCHEAPSIZE = 0x20000 0x8000000
}