diff options
Diffstat (limited to 'tests/auto/qscriptextqobject/qscriptextqobject.pro')
-rw-r--r-- | tests/auto/qscriptextqobject/qscriptextqobject.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qscriptextqobject/qscriptextqobject.pro b/tests/auto/qscriptextqobject/qscriptextqobject.pro index 87ab1b7..9da7f47 100644 --- a/tests/auto/qscriptextqobject/qscriptextqobject.pro +++ b/tests/auto/qscriptextqobject/qscriptextqobject.pro @@ -2,4 +2,6 @@ load(qttest_p4) QT = core gui script SOURCES += tst_qscriptextqobject.cpp - +symbian: { + TARGET.EPOCHEAPSIZE="0x100000 0x1000000 // Min 1Mb, max 16Mb" +} |