2019-06-04 09:47:30 +00:00
|
|
|
# Generated from pairdiagnostics.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## pairdiagnostics Binary:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_executable(pairdiagnostics
|
2019-06-04 09:47:30 +00:00
|
|
|
NO_INSTALL # special case
|
|
|
|
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
|
|
|
SOURCES
|
|
|
|
tst_pairdiagnostics.cpp
|
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Test
|
|
|
|
)
|
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(pairdiagnostics)
|
2020-03-17 10:15:10 +00:00
|
|
|
# special case end
|