From 72a90810cb8e418c5317f484c5b2f9bb8cf264a0 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Sat, 10 Jul 2021 21:18:53 +0200 Subject: 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 Reviewed-by: Qt CI Bot --- tests/auto/network/socket/platformsocketengine/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/auto/network/socket/platformsocketengine/CMakeLists.txt') diff --git a/tests/auto/network/socket/platformsocketengine/CMakeLists.txt b/tests/auto/network/socket/platformsocketengine/CMakeLists.txt index 21bc3e2c80..cfd8a118ca 100644 --- a/tests/auto/network/socket/platformsocketengine/CMakeLists.txt +++ b/tests/auto/network/socket/platformsocketengine/CMakeLists.txt @@ -11,8 +11,6 @@ endif() qt_internal_add_test(tst_platformsocketengine SOURCES tst_platformsocketengine.cpp - INCLUDE_DIRECTORIES - ${QT_SOURCE_TREE}/src/network PUBLIC_LIBRARIES Qt::CorePrivate Qt::NetworkPrivate -- cgit v1.2.3