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

if(NOT QT_FEATURE_private_tests)
    return()
endif()

#####################################################################
## tst_websocketframe Test:
#####################################################################

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

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