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.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro b/tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro
index b0ad8cc5ae..99d3af1848 100644
--- a/tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro
+++ b/tests/auto/corelib/io/qfilesystementry/qfilesystementry.pro
@@ -2,6 +2,6 @@ CONFIG += testcase parallel_test
TARGET = tst_qfilesystementry
QT = core-private testlib
SOURCES = tst_qfilesystementry.cpp \
- $${QT.core.sources}/io/qfilesystementry.cpp
-HEADERS = $${QT.core.sources}/io/qfilesystementry_p.h
+ $$QT_SOURCE_TREE/src/corelib/io/qfilesystementry.cpp
+HEADERS = $$QT_SOURCE_TREE/src/corelib/io/qfilesystementry_p.h
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0