mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 12:30:32 +08:00
18 lines
511 B
CMake
18 lines
511 B
CMake
|
#####################################################################
|
||
|
## failcleanuptestcase Binary:
|
||
|
#####################################################################
|
||
|
|
||
|
qt_internal_add_executable(failcleanuptestcase
|
||
|
NO_INSTALL
|
||
|
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||
|
SOURCES
|
||
|
tst_failcleanuptestcase.cpp
|
||
|
LIBRARIES
|
||
|
Qt::Test
|
||
|
)
|
||
|
|
||
|
## Scopes:
|
||
|
#####################################################################
|
||
|
|
||
|
qt_internal_apply_testlib_coverage_options(failcleanuptestcase)
|