2019-06-04 09:47:30 +00:00
|
|
|
# Generated from verbose1.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## verbose1 Binary:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_executable(verbose1
|
2019-06-04 09:47:30 +00:00
|
|
|
NO_INSTALL # special case
|
|
|
|
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
|
|
|
SOURCES
|
|
|
|
../counting/tst_counting.cpp
|
2020-03-11 18:09:45 +00:00
|
|
|
DEFINES
|
2020-03-17 10:15:10 +00:00
|
|
|
TESTLIB_VERBOSITY_ARG=-v1 # special case remove quotes
|
2019-06-04 09:47:30 +00:00
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Test
|
|
|
|
)
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|
2020-03-17 10:15:10 +00:00
|
|
|
|
|
|
|
# special case begin
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_apply_testlib_coverage_options(verbose1)
|
2020-03-17 10:15:10 +00:00
|
|
|
# special case end
|