4d22405e48
Change-Id: I9b7404e1d3a78fe0726ec0f5ce1461f6c209e90d Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
27 lines
656 B
CMake
27 lines
656 B
CMake
# Generated from cmptest.pro.
|
|
|
|
#####################################################################
|
|
## cmptest Binary:
|
|
#####################################################################
|
|
|
|
qt_internal_add_executable(cmptest
|
|
NO_INSTALL # special case
|
|
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
|
SOURCES
|
|
tst_cmptest.cpp
|
|
LIBRARIES
|
|
Qt::Test
|
|
)
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
qt_internal_extend_target(cmptest CONDITION TARGET Qt::Gui
|
|
LIBRARIES
|
|
Qt::Gui
|
|
)
|
|
|
|
# special case begin
|
|
qt_internal_apply_testlib_coverage_options(cmptest)
|
|
# special case end
|