summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/qwebsocketcorsauthenticator/qwebsocketcorsauthenticator.pro
blob: aa485fc8f9952da944f0b0e96ecb470452c89980 (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_qwebsocketcorsauthenticator

QT = core testlib websockets

SOURCES += tst_qwebsocketcorsauthenticator.cpp

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0