summaryrefslogtreecommitdiff
path: root/tests/auto/qbytearray/qbytearray.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qbytearray/qbytearray.pro')
-rw-r--r--tests/auto/qbytearray/qbytearray.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/auto/qbytearray/qbytearray.pro b/tests/auto/qbytearray/qbytearray.pro
index f41c7ae125..d14534ba98 100644
--- a/tests/auto/qbytearray/qbytearray.pro
+++ b/tests/auto/qbytearray/qbytearray.pro
@@ -4,11 +4,16 @@ SOURCES += tst_qbytearray.cpp
QT = core
-wince*: {
+wince*|symbian: {
addFile.sources = rfc3252.txt
addFile.path = .
DEPLOYMENT += addFile
+}
+
+wince: {
DEFINES += SRCDIR=\\\"\\\"
+} symbian: {
+ TARGET.EPOCHEAPSIZE="0x100 0x800000"
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}