From 824fd1789d5cf9b9516630882292122ff1aa4060 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Mon, 23 Aug 2010 12:13:37 +0200 Subject: [PATCH] Increase the heap size on Symbian. Task-Number: QTCREATORBUG-1997 --- share/qtcreator/templates/qmlapp/qmlapplication.pri | 1 + 1 file changed, 1 insertion(+) diff --git a/share/qtcreator/templates/qmlapp/qmlapplication.pri b/share/qtcreator/templates/qmlapp/qmlapplication.pri index 543f449be34..a98b4a786d8 100644 --- a/share/qtcreator/templates/qmlapp/qmlapplication.pri +++ b/share/qtcreator/templates/qmlapp/qmlapplication.pri @@ -30,6 +30,7 @@ for(deploymentfolder, DEPLOYMENTFOLDERS) { } symbian { + TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 contains(DEFINES, ORIENTATIONLOCK):LIBS += -lavkon -leikcore -leiksrv -lcone contains(DEFINES, NETWORKACCESS):TARGET.CAPABILITY += NetworkServices } else:win32 {