summaryrefslogtreecommitdiff
path: root/src/qwebsockets.pri
blob: c701c931789a2f91c7a9cf92d92f398606dcf481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
QT       *= network

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

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

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