diff options
Diffstat (limited to 'tests/auto/qhash/qhash.pro')
-rw-r--r-- | tests/auto/qhash/qhash.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/auto/qhash/qhash.pro b/tests/auto/qhash/qhash.pro index 1c60fc2..6fedb82 100644 --- a/tests/auto/qhash/qhash.pro +++ b/tests/auto/qhash/qhash.pro @@ -1,7 +1,8 @@ load(qttest_p4) SOURCES += tst_qhash.cpp - - QT = core - +symbian*: { +TARGET.EPOCSTACKSIZE =0x5000 +TARGET.EPOCHEAPSIZE="0x100000 0x1000000 // Min 1Mb, max 16Mb" +} |