summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhash/qhash.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qhash/qhash.pro')
-rw-r--r--tests/auto/qhash/qhash.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qhash/qhash.pro b/tests/auto/qhash/qhash.pro
new file mode 100644
index 0000000000..16c9eabecc
--- /dev/null
+++ b/tests/auto/qhash/qhash.pro
@@ -0,0 +1,9 @@
+load(qttest_p4)
+SOURCES += tst_qhash.cpp
+QT = core
+
+symbian: {
+TARGET.EPOCSTACKSIZE =0x5000
+TARGET.EPOCHEAPSIZE="0x100000 0x1000000" # // Min 1Mb, max 16Mb
+}
+CONFIG += parallel_test