summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/verbose1/CMakeLists.txt
blob: f44887156f367a70af0206d3a5235af057d2ec4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated from verbose1.pro.

#####################################################################
## verbose1 Binary:
#####################################################################

add_qt_executable(verbose1
    NO_INSTALL # special case
    OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
    SOURCES
        ../counting/tst_counting.cpp
    DEFINES
        TESTLIB_VERBOSITY_ARG="-v1"
    PUBLIC_LIBRARIES
        Qt::Test
)

## Scopes:
#####################################################################