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.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qhash/qhash.pro b/tests/auto/qhash/qhash.pro
index 6fedb82..86b98a2 100644
--- a/tests/auto/qhash/qhash.pro
+++ b/tests/auto/qhash/qhash.pro
@@ -2,7 +2,7 @@ load(qttest_p4)
SOURCES += tst_qhash.cpp
QT = core
-symbian*: {
+symbian: {
TARGET.EPOCSTACKSIZE =0x5000
-TARGET.EPOCHEAPSIZE="0x100000 0x1000000 // Min 1Mb, max 16Mb"
+TARGET.EPOCHEAPSIZE="0x100000 0x1000000" # // Min 1Mb, max 16Mb
}