summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthreadonce/qthreadonce.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/thread/qthreadonce/qthreadonce.pro')
-rw-r--r--tests/auto/corelib/thread/qthreadonce/qthreadonce.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/auto/corelib/thread/qthreadonce/qthreadonce.pro b/tests/auto/corelib/thread/qthreadonce/qthreadonce.pro
index cd97917165..8fda1b71d7 100644
--- a/tests/auto/corelib/thread/qthreadonce/qthreadonce.pro
+++ b/tests/auto/corelib/thread/qthreadonce/qthreadonce.pro
@@ -1,7 +1,7 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
TARGET = tst_qthreadonce
-SOURCES += tst_qthreadonce.cpp
QT = core testlib
+SOURCES = tst_qthreadonce.cpp
# Don't use gcc's threadsafe statics
# Note: some versions of gcc generate invalid code with this option...
@@ -10,5 +10,3 @@ QT = core testlib
# Temporary:
SOURCES += qthreadonce.cpp
-
-CONFIG += parallel_test