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.pro23
1 files changed, 8 insertions, 15 deletions
diff --git a/tests/auto/corelib/tools/qbytearray/qbytearray.pro b/tests/auto/corelib/tools/qbytearray/qbytearray.pro
index 91a47b235b..20aaf86d9e 100644
--- a/tests/auto/corelib/tools/qbytearray/qbytearray.pro
+++ b/tests/auto/corelib/tools/qbytearray/qbytearray.pro
@@ -1,20 +1,13 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
TARGET = tst_qbytearray
-SOURCES += tst_qbytearray.cpp
-
-
-QT = core core-private testlib
-
-wince* {
- addFile.files = rfc3252.txt
- addFile.path = .
- DEPLOYMENT += addFile
-}
+QT = core-private testlib
+SOURCES = tst_qbytearray.cpp
wince* {
- DEFINES += SRCDIR=\\\"./\\\"
+ addFile.files = rfc3252.txt
+ addFile.path = .
+ DEPLOYMENT += addFile
+ DEFINES += SRCDIR=\\\"./\\\"
} else {
- DEFINES += SRCDIR=\\\"$$PWD/\\\"
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
-
-CONFIG += parallel_test