summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/handshakeresponse/handshakeresponse.pro
blob: 61ff2f79805a9bebc4b40ccb805215216e939868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += console
CONFIG += testcase
CONFIG -= app_bundle

TEMPLATE = app

TARGET = tst_handshakeresponse

QT = testlib websockets-private

SOURCES += tst_handshakeresponse.cpp

requires(qtConfig(private_tests))