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

#####################################################################
## blacklisted Binary:
#####################################################################

add_qt_executable(blacklisted
    NO_INSTALL # special case
    OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
    GUI
    SOURCES
        tst_blacklisted.cpp
    PUBLIC_LIBRARIES
        Qt::TestPrivate
)

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