There was no '?' between path and query. Bug detected by someone on the internet.
[contrib/qtwebsockets.git] / src / qwebsockets.pri
1 QT       *= network
2
3 SOURCES += \
4     $$PWD/qwebsocket.cpp \
5     $$PWD/qwebsocket_p.cpp \
6     $$PWD/qwebsocketserver.cpp \
7     $$PWD/qwebsocketserver_p.cpp \
8     $$PWD/qwebsocketprotocol.cpp \
9     $$PWD/handshakerequest_p.cpp \
10     $$PWD/handshakeresponse_p.cpp \
11     $$PWD/dataprocessor_p.cpp \
12     $$PWD/qcorsauthenticator.cpp
13
14 HEADERS += \
15     $$PWD/qwebsocket.h \
16     $$PWD/qwebsocket_p.h \
17     $$PWD/qwebsocketserver.h \
18     $$PWD/qwebsocketserver_p.h \
19     $$PWD/qwebsocketprotocol.h \
20     $$PWD/handshakerequest_p.h \
21     $$PWD/handshakeresponse_p.h \
22     $$PWD/dataprocessor_p.h \
23     $$PWD/qwebsocketsglobal.h \
24     $$PWD/qcorsauthenticator.h \
25     qcorsauthenticator_p.h
26
27 INCLUDEPATH += $$PWD
28 DEPENDPATH += $$PWD