summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/handshakeresponse/CMakeLists.txt
blob: 82b84e0bb0d06532905e0af3d727c9a37e3f9501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated from handshakeresponse.pro.

if(NOT QT_FEATURE_private_tests)
    return()
endif()

#####################################################################
## tst_handshakeresponse Test:
#####################################################################

qt_add_test(tst_handshakeresponse
    SOURCES
        tst_handshakeresponse.cpp
    PUBLIC_LIBRARIES
        Qt::WebSocketsPrivate
)

#### Keys ignored in scope 1:.:.:handshakeresponse.pro:<TRUE>:
# TEMPLATE = "app"
# _REQUIREMENTS = "qtConfig(private_tests)"