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

QT       = core testlib websockets

TARGET = tst_qwebsocket

TEMPLATE = app

SOURCES += tst_qwebsocket.cpp

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0