summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qchar/qchar.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qchar/qchar.pro')
-rw-r--r--tests/auto/corelib/tools/qchar/qchar.pro11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/auto/corelib/tools/qchar/qchar.pro b/tests/auto/corelib/tools/qchar/qchar.pro
index 4921144c01..c0a9f1b1e5 100644
--- a/tests/auto/corelib/tools/qchar/qchar.pro
+++ b/tests/auto/corelib/tools/qchar/qchar.pro
@@ -1,14 +1,11 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
TARGET = tst_qchar
-SOURCES += tst_qchar.cpp
+QT = core-private testlib
+SOURCES = tst_qchar.cpp
-QT = core core-private testlib
-
-wince*: {
+wince* {
deploy.files += NormalizationTest.txt
DEPLOYMENT += deploy
}
DEFINES += SRCDIR=\\\"$$PWD/\\\"
-
-CONFIG += parallel_test