diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-09-22 13:16:30 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-09-22 13:16:30 (GMT) |
commit | e1a17008c6be12cb0abe6ec19b544110dce8cbdf (patch) | |
tree | 51e3299837862b6e82a2290a7cb5c0c225381f70 /mkspecs | |
parent | 787d5dc3ccd913b125979ee83d5249dcf78fb8ea (diff) | |
download | Qt-e1a17008c6be12cb0abe6ec19b544110dce8cbdf.zip Qt-e1a17008c6be12cb0abe6ec19b544110dce8cbdf.tar.gz Qt-e1a17008c6be12cb0abe6ec19b544110dce8cbdf.tar.bz2 |
Set maximum heap to 32MB for Symbian autotests.
Several script and webkit tests require increased maximum heap
in emulator, so just increase the maximum heap for all autotests.
Reviewed-by: Janne Koskinen
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/features/qttest_p4.prf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qttest_p4.prf b/mkspecs/features/qttest_p4.prf index 4ab5ac2..525e7b2 100644 --- a/mkspecs/features/qttest_p4.prf +++ b/mkspecs/features/qttest_p4.prf @@ -4,7 +4,7 @@ CONFIG += qt warn_on console depend_includepath qtAddLibrary(QtTest) symbian:{ -# qt.prf sets TARGET.EPOCSTACKSIZE and TARGET.EPOCHEAPSIZE + TARGET.EPOCHEAPSIZE = 0x100000 0x2000000 # DEFINES += QTEST_NO_SPECIALIZATIONS TARGET.CAPABILITY="ALL -TCB" RSS_RULES ="group_name=\"QtTests\";" |