summaryrefslogtreecommitdiff
path: root/source/websocket.pri
blob: dc44611099604514cffe81720e2047bdaf9b37a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QT       *= network

SOURCES += $$PWD/qwebsocket.cpp \
	$$PWD/qwebsocketserver.cpp \
	$$PWD/qwebsocketprotocol.cpp \
	$$PWD/handshakerequest_p.cpp \
	$$PWD/handshakeresponse_p.cpp \
	$$PWD/dataprocessor_p.cpp

HEADERS += $$PWD/qwebsocket.h \
	$$PWD/qwebsocketserver.h \
	$$PWD/qwebsocketprotocol.h \
	$$PWD/handshakerequest_p.h \
	$$PWD/handshakeresponse_p.h \
	$$PWD/dataprocessor_p.h \
	$$PWD/qwebsocketsglobal.h

INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD