Doc: small fix in documentation
[contrib/qtwebsockets.git] / examples / websockets / simplechat / simplechat.pro
1 QT       += core websockets
2 QT       -= gui
3
4 TARGET = chatserver
5 CONFIG   += console
6 CONFIG   -= app_bundle
7
8 TEMPLATE = app
9
10 SOURCES += \
11     main.cpp \
12     chatserver.cpp
13
14 HEADERS += \
15     chatserver.h
16
17 OTHER_FILES += *.html