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

#####################################################################
## warnings Binary:
#####################################################################

add_qt_executable(warnings
    NO_INSTALL # special case
    OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
    SOURCES
        tst_warnings.cpp
    PUBLIC_LIBRARIES
        Qt::Test
)

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