summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-07-10 21:18:53 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-07-12 18:56:14 +0200
commit72a90810cb8e418c5317f484c5b2f9bb8cf264a0 (patch)
tree2d0ff15eeb3a204e3f2e416f7e3d1503c6a5b376 /tests/auto/corelib/io
parent3ab4742c006a02d7650aeda0ad359c3231ab477d (diff)
CMake: Remove the usage of QT_SOURCE_TREE from tests
The ${QT_SOURCE_TREE}/src/network include paths of several tests are apparently not needed anymore. Remove those. tst_qfilesystementry and tst_qfreelist are the only tests that actually need to reference files in qtbase's source tree. Simply use the paths relative to the project file. Task-number: QTBUG-88090 Change-Id: Ic6f341e001338c1b07dce6e58316245bc9560c5e Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'tests/auto/corelib/io')
-rw-r--r--tests/auto/corelib/io/qfilesystementry/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/corelib/io/qfilesystementry/CMakeLists.txt b/tests/auto/corelib/io/qfilesystementry/CMakeLists.txt
index 574ba0efc8..84758836f2 100644
--- a/tests/auto/corelib/io/qfilesystementry/CMakeLists.txt
+++ b/tests/auto/corelib/io/qfilesystementry/CMakeLists.txt
@@ -6,7 +6,8 @@
qt_internal_add_test(tst_qfilesystementry
SOURCES
- ${QT_SOURCE_TREE}/src/corelib/io/qfilesystementry.cpp ${QT_SOURCE_TREE}/src/corelib/io/qfilesystementry_p.h
+ ../../../../../src/corelib/io/qfilesystementry.cpp
+ ../../../../../src/corelib/io/qfilesystementry_p.h
tst_qfilesystementry.cpp
PUBLIC_LIBRARIES
Qt::CorePrivate