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.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro b/tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro
index 992c90cfcc..7990bb69c3 100644
--- a/tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro
+++ b/tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro
@@ -1,8 +1,9 @@
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_qfilesystementry
SOURCES += tst_qfilesystementry.cpp \
$${QT.core.sources}/io/qfilesystementry.cpp
HEADERS += $${QT.core.sources}/io/qfilesystementry_p.h
-QT = core core-private
+QT = core core-private testlib
CONFIG += parallel_test