summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/handshakerequest/handshakerequest.pro
blob: d887cd660085b1d7f0dbbc84845989d757934339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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))
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0