2019-06-04 09:47:30 +00:00
|
|
|
# Generated from findtestdata.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## findtestdata Binary:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
add_qt_executable(findtestdata
|
|
|
|
NO_INSTALL # special case
|
|
|
|
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
|
|
|
SOURCES
|
|
|
|
findtestdata.cpp
|
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Test
|
|
|
|
)
|
|
|
|
|
|
|
|
# Resources:
|
2019-11-13 10:02:59 +00:00
|
|
|
set(findtestdata_resource_files
|
|
|
|
"qt.conf"
|
|
|
|
)
|
2019-06-04 09:47:30 +00:00
|
|
|
|
2019-11-13 10:02:59 +00:00
|
|
|
add_qt_resource(findtestdata "findtestdata"
|
|
|
|
PREFIX
|
|
|
|
"/qt/etc/"
|
|
|
|
FILES
|
|
|
|
${findtestdata_resource_files}
|
|
|
|
)
|
2019-06-04 09:47:30 +00:00
|
|
|
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|
2020-03-17 10:15:10 +00:00
|
|
|
|
|
|
|
# special case begin
|
|
|
|
qt_apply_testlib_coverage_options(findtestdata)
|
|
|
|
# special case end
|