summaryrefslogtreecommitdiff
path: root/examples/websocketclient/websocketclient.pro
blob: 4004717f1948db4c003e8b64e75daa4b36ad19d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT       += core
QT       -= gui

TARGET = websocketclient
CONFIG   += console
CONFIG   -= app_bundle

TEMPLATE = app

include(../../source/websocket.pri)

SOURCES += main.cpp \
	websocketclient.cpp

HEADERS += \
	websocketclient.h