summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/handshakerequest/handshakerequest.pro
blob: 6a373b86e6f91e97b1e80461a11073c39f0b635e (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_handshakerequest

QT = core testlib websockets websockets-private

SOURCES += tst_handshakerequest.cpp

requires(contains(QT_CONFIG, private_tests))