qt5base-lts/tests/auto/dbus/qdbusconnection_delayed/CMakeLists.txt
Ievgenii Meshcheriakov a7484002a3 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 <alexandru.croitor@qt.io>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2021-08-17 12:41:57 +00:00

13 lines
366 B
CMake

# Generated from qdbusconnection_delayed.pro.
#####################################################################
## tst_qdbusconnection_delayed Test:
#####################################################################
qt_internal_add_test(tst_qdbusconnection_delayed
SOURCES
tst_qdbusconnection_delayed.cpp
PUBLIC_LIBRARIES
Qt::DBus
)