qt5base-lts/tests/auto/other/qobjectrace/CMakeLists.txt
Samuli Piippo 0ce443691f Move QEMU emulation detector to QTest
The emulation detection has been usable only on qtbase tests, move it to
QTest so that it can be used in other modules as well.

Pick-to: 6.1
Change-Id: I4b2321b7856414d7b1cfd5e6b1405a633c6bb878
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2021-02-13 10:02:51 +02:00

13 lines
317 B
CMake

# Generated from qobjectrace.pro.
#####################################################################
## qobjectrace Test:
#####################################################################
qt_internal_add_test(qobjectrace
SOURCES
tst_qobjectrace.cpp
PUBLIC_LIBRARIES
Qt::TestPrivate
)