0ce443691f
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>
23 lines
585 B
CMake
23 lines
585 B
CMake
# Generated from float.pro.
|
|
|
|
#####################################################################
|
|
## float Binary:
|
|
#####################################################################
|
|
|
|
qt_internal_add_executable(float
|
|
NO_INSTALL # special case
|
|
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
|
SOURCES
|
|
tst_float.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::Test
|
|
Qt::TestPrivate
|
|
)
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
# special case begin
|
|
qt_internal_apply_testlib_coverage_options(float)
|
|
# special case end
|