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

#####################################################################
## longstring Binary:
#####################################################################

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

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