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/dbus/qdbusconnection_spyhook/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/dbus/qdbusconnection_spyhook/CMakeLists.txt') diff --git a/tests/auto/dbus/qdbusconnection_spyhook/CMakeLists.txt b/tests/auto/dbus/qdbusconnection_spyhook/CMakeLists.txt index 5b9ef3e4e7..6f197cd877 100644 --- a/tests/auto/dbus/qdbusconnection_spyhook/CMakeLists.txt +++ b/tests/auto/dbus/qdbusconnection_spyhook/CMakeLists.txt @@ -9,7 +9,6 @@ qt_internal_add_test(tst_qdbusconnection_spyhook ../qdbusconnection/tst_qdbusconnection.h tst_qdbusconnection_spyhook.cpp DEFINES - SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\" tst_QDBusConnection=tst_QDBusConnection_SpyHook PUBLIC_LIBRARIES Qt::DBus -- cgit v1.2.3