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

QT       = core testlib websockets

TARGET = tst_qwebsocket

TEMPLATE = app

SOURCES += tst_qwebsocket.cpp