summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2011-03-28 08:59:27 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2011-03-28 08:59:27 (GMT)
commite41433295fbde082572c663889f65dd1c2180183 (patch)
tree16a5960a064745afea3c683976150173c1d6cb06 /demos
parent3b05c91ab8876ab64855900bb5a8cf38f91b69f3 (diff)
parentf5542efa32c0e28f28b361c554f9ae2c3f6fc546 (diff)
downloadQt-e41433295fbde082572c663889f65dd1c2180183.zip
Qt-e41433295fbde082572c663889f65dd1c2180183.tar.gz
Qt-e41433295fbde082572c663889f65dd1c2180183.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7
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
}