summaryrefslogtreecommitdiff
path: root/examples/websocketclient/websocketclient.pro
blob: c6c4c252cbf0a73267a931a628a0dff2fcc0c846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#-------------------------------------------------
#
# Project created by QtCreator 2013-08-03T19:04: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