summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro')
-rw-r--r--tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro b/tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro
index 7990bb69c3..382dc316e6 100644
--- a/tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro
+++ b/tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro
@@ -1,9 +1,6 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
TARGET = tst_qfilesystementry
-
-SOURCES += tst_qfilesystementry.cpp \
+QT = core-private testlib
+SOURCES = tst_qfilesystementry.cpp \
$${QT.core.sources}/io/qfilesystementry.cpp
-HEADERS += $${QT.core.sources}/io/qfilesystementry_p.h
-QT = core core-private testlib
-
-CONFIG += parallel_test
+HEADERS = $${QT.core.sources}/io/qfilesystementry_p.h