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

#####################################################################
## globaldata Binary:
#####################################################################

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

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