2020-03-17 10:15:10 +00:00
|
|
|
# Generated from pass.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## pass Binary:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_executable(pass
|
2020-03-17 10:15:10 +00:00
|
|
|
NO_INSTALL # special case
|
|
|
|
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" # special case
|
|
|
|
SOURCES
|
|
|
|
tst_pass.cpp
|
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Test
|
|
|
|
)
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
# special case begin
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_apply_testlib_coverage_options(pass)
|
2020-03-17 10:15:10 +00:00
|
|
|
# special case end
|
2020-03-19 12:03:58 +00:00
|
|
|
|