summaryrefslogtreecommitdiffstats
path: root/tests/auto/core
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-08-25 18:06:50 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-08-25 17:07:59 +0000
commit93b118da48ff1797ff8fc77f269cd75065d9ffbf (patch)
tree587992ca542f3e9ccf8a06de386d85c7f0ffb272 /tests/auto/core
parent92935c5d5f14ba3dfefeeb1e762f937d5541d368 (diff)
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>
Diffstat (limited to 'tests/auto/core')
-rw-r--r--tests/auto/core/tests.pri3
1 files changed, 0 insertions, 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/\\\"