summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-03-25 13:36:27 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-03-25 13:36:27 (GMT)
commitbbd2a1b1d2e940a4051ffffc54a2d0d81f1e5e0c (patch)
tree92cad439bb6d5038f6ebb99b35e37639b9a33252 /demos
parent7cc93f1390d5436017ce690394388aa3e78e7986 (diff)
parenta4b3fb256c25ce7b6e8b9fd162ee11ae4338fa76 (diff)
downloadQt-bbd2a1b1d2e940a4051ffffc54a2d0d81f1e5e0c.zip
Qt-bbd2a1b1d2e940a4051ffffc54a2d0d81f1e5e0c.tar.gz
Qt-bbd2a1b1d2e940a4051ffffc54a2d0d81f1e5e0c.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt
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 39b316a..8d4e032 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
}