summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/handshakeresponse/handshakeresponse.pro
blob: ab6682b42284c55a467949e1a7419367896fe997 (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 = core testlib websockets websockets-private

SOURCES += tst_handshakeresponse.cpp

requires(qtConfig(private_tests))