From ee43811f99a9f2f047ed4aceeea2bdbf411f2fe0 Mon Sep 17 00:00:00 2001 From: Akos Polster Date: Sun, 5 Dec 2010 19:23:56 +0100 Subject: [PATCH] Increase heap size on Symbian. --- dorian.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dorian.pro b/dorian.pro index 6911270..7dd27a1 100644 --- a/dorian.pro +++ b/dorian.pro @@ -138,7 +138,7 @@ symbian { TARGET.UID3 = 0xA89FC85B TARGET.CAPABILITY = UserEnvironment NetworkServices ReadUserData \ WriteUserData - TARGET.EPOCHEAPSIZE = 0x080000 0x4000000 + TARGET.EPOCHEAPSIZE = 0x100000 0x4000000 ICON = $$PWD/pkg/symbian/book.svg # FIXME: Package header for Qt 4.6.2: -- 1.7.9.5