summaryrefslogtreecommitdiffstats
path: root/tests/auto/qset/qset.pro
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-06-25 16:45:57 +0200
committeraxis <qt-info@nokia.com>2010-06-29 14:13:47 +0200
commitbbb3420e74ee005e0d2b688af65c4ecfe5771235 (patch)
tree19b2a5f42e4092eb25adfe1f30c695b2993b3d8f /tests/auto/qset/qset.pro
parent99c408a8efdaa16363f29c0e67fe97b3c8a7f1c4 (diff)
Various fixes to autotests when using the symbian/linux-armcc mkspec.
Diffstat (limited to 'tests/auto/qset/qset.pro')
-rw-r--r--tests/auto/qset/qset.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qset/qset.pro b/tests/auto/qset/qset.pro
index 05ad07d5e7..b45a015c23 100644
--- a/tests/auto/qset/qset.pro
+++ b/tests/auto/qset/qset.pro
@@ -2,7 +2,7 @@ load(qttest_p4)
SOURCES += tst_qset.cpp
QT = core
-symbian*: {
+symbian: {
TARGET.EPOCSTACKSIZE =0x5000
-TARGET.EPOCHEAPSIZE="0x100000 0x1000000 // Min 1Mb, max 16Mb"
+TARGET.EPOCHEAPSIZE="0x100000 0x1000000" # // Min 1Mb, max 16Mb
}