summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/blacklisted/CMakeLists.txt
blob: a828d628ba3da71ce6b1112ff008e6d825c4030f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
    LIBRARIES
        Qt::TestPrivate
    PUBLIC_LIBRARIES
        Qt::Test
)

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