From a7484002a3645c91bf7b970f9194d427d7466981 Mon Sep 17 00:00:00 2001 From: Ievgenii Meshcheriakov Date: Tue, 10 Aug 2021 13:03:48 +0200 Subject: tests: Remove unused SRCDIR defines Remove SRCDIR defines from tests that don't use them. There is a standard define called QT_TESTCASE_SOURCEDIR that is available to all tests and serves the same purpose. Pick-to: 6.2 Change-Id: I2aa237739c011495e31641cca525dc0eeef3c870 Reviewed-by: Alexandru Croitor Reviewed-by: Joerg Bornemann --- tests/auto/corelib/io/qurlquery/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/auto/corelib/io') diff --git a/tests/auto/corelib/io/qurlquery/CMakeLists.txt b/tests/auto/corelib/io/qurlquery/CMakeLists.txt index 1d68c01325..b0484314d9 100644 --- a/tests/auto/corelib/io/qurlquery/CMakeLists.txt +++ b/tests/auto/corelib/io/qurlquery/CMakeLists.txt @@ -7,8 +7,6 @@ qt_internal_add_test(tst_qurlquery SOURCES tst_qurlquery.cpp - DEFINES - SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\" PUBLIC_LIBRARIES Qt::CorePrivate ) -- cgit v1.2.3