summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qdatetime/qdatetime.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qdatetime/qdatetime.pro')
-rw-r--r--tests/auto/corelib/tools/qdatetime/qdatetime.pro10
1 files changed, 3 insertions, 7 deletions
diff --git a/tests/auto/corelib/tools/qdatetime/qdatetime.pro b/tests/auto/corelib/tools/qdatetime/qdatetime.pro
index 33c777fcf7..0caead836e 100644
--- a/tests/auto/corelib/tools/qdatetime/qdatetime.pro
+++ b/tests/auto/corelib/tools/qdatetime/qdatetime.pro
@@ -1,8 +1,7 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
TARGET = tst_qdatetime
-
-SOURCES += tst_qdatetime.cpp
-QT = core core-private testlib
+QT = core-private testlib
+SOURCES = tst_qdatetime.cpp
# For some reason using optimization here triggers a compiler issue, which causes an exception
# However, the code is correct
@@ -11,6 +10,3 @@ win32-msvc|win32-msvc9x {
QMAKE_CFLAGS_RELEASE -= -O1
QMAKE_CXXFLAGS_RELEASE -= -O1
}
-
-
-CONFIG += parallel_test