From 93b118da48ff1797ff8fc77f269cd75065d9ffbf Mon Sep 17 00:00:00 2001 From: Joerg Bornemann <joerg.bornemann@theqtcompany.com> Date: Tue, 25 Aug 2015 18:06:50 +0200 Subject: [PATCH] do not define TESTS_SOURCE_DIR in core tests It's currently unused, and we can use QFINDTESTDATA instead. Change-Id: Id439b8b6ea3c9dbf5299c271d3974c11a44675bc Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com> --- tests/auto/core/tests.pri | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/auto/core/tests.pri b/tests/auto/core/tests.pri index 7046487db..35dd94566 100644 --- a/tests/auto/core/tests.pri +++ b/tests/auto/core/tests.pri @@ -13,6 +13,3 @@ INCLUDEPATH += $$PWD QT += testlib network webenginewidgets widgets osx: CONFIG -= app_bundle - -# This define is used by some tests to look up resources in the source tree -DEFINES += TESTS_SOURCE_DIR=\\\"$$PWD/\\\" -- GitLab