summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcryptographichash/qcryptographichash.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qcryptographichash/qcryptographichash.pro')
-rw-r--r--tests/auto/qcryptographichash/qcryptographichash.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/qcryptographichash/qcryptographichash.pro b/tests/auto/qcryptographichash/qcryptographichash.pro
index 07d8857..aa9a7c4 100644
--- a/tests/auto/qcryptographichash/qcryptographichash.pro
+++ b/tests/auto/qcryptographichash/qcryptographichash.pro
@@ -1,6 +1,8 @@
load(qttest_p4)
-
SOURCES += tst_qcryptographichash.cpp
QT = core
-
+symbian*: {
+TARGET.EPOCSTACKSIZE =0x5000
+TARGET.EPOCHEAPSIZE="0x100000 0x1000000 // Min 1Mb, max 16Mb"
+}