summaryrefslogtreecommitdiff
path: root/examples/websocketserver/websocketserver.pro
blob: 599945cddef855045551b69fd75b388d496c9b8d (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:54:35
#
#-------------------------------------------------

QT       += core

QT       -= gui

TARGET = websocketserver
CONFIG   += console
CONFIG   -= app_bundle

TEMPLATE = app

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

SOURCES += main.cpp \
    helloworldserver.cpp

HEADERS += \
    helloworldserver.h