blob: 25216d30ce70d42866243fd6c6ea5c4a2b600edc (
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_qwebsocketserver
TEMPLATE = app
SOURCES += tst_qwebsocketserver.cpp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|