summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qfreelist/qfreelist.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qfreelist/qfreelist.pro')
-rw-r--r--tests/auto/corelib/tools/qfreelist/qfreelist.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/tools/qfreelist/qfreelist.pro b/tests/auto/corelib/tools/qfreelist/qfreelist.pro
index e1effd30a0..60ae819f87 100644
--- a/tests/auto/corelib/tools/qfreelist/qfreelist.pro
+++ b/tests/auto/corelib/tools/qfreelist/qfreelist.pro
@@ -3,5 +3,5 @@ CONFIG += parallel_test
TARGET = tst_qfreelist
QT = core-private testlib
SOURCES = tst_qfreelist.cpp
-!contains(QT_CONFIG,private_tests): SOURCES += $$QT.core.sources/tools/qfreelist.cpp
+!contains(QT_CONFIG,private_tests): SOURCES += $$QT_SOURCE_TREE/src/corelib/tools/qfreelist.cpp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0