summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qbytearray/qbytearray.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qbytearray/qbytearray.pro')
-rw-r--r--tests/auto/corelib/tools/qbytearray/qbytearray.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/auto/corelib/tools/qbytearray/qbytearray.pro b/tests/auto/corelib/tools/qbytearray/qbytearray.pro
new file mode 100644
index 0000000000..2c58db6b84
--- /dev/null
+++ b/tests/auto/corelib/tools/qbytearray/qbytearray.pro
@@ -0,0 +1,21 @@
+load(qttest_p4)
+SOURCES += tst_qbytearray.cpp
+
+
+QT = core core-private
+
+wince*|symbian {
+ addFile.files = rfc3252.txt
+ addFile.path = .
+ DEPLOYMENT += addFile
+}
+
+wince* {
+ DEFINES += SRCDIR=\\\"./\\\"
+} else:symbian {
+ TARGET.EPOCHEAPSIZE="0x100 0x800000"
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}
+
+CONFIG += parallel_test