summaryrefslogtreecommitdiff
path: root/source/websocket.pri
diff options
context:
space:
mode:
Diffstat (limited to 'source/websocket.pri')
-rw-r--r--source/websocket.pri15
1 files changed, 8 insertions, 7 deletions
diff --git a/source/websocket.pri b/source/websocket.pri
index f70a1d0..dc44611 100644
--- a/source/websocket.pri
+++ b/source/websocket.pri
@@ -1,18 +1,19 @@
QT *= network
-SOURCES += $$PWD/websocket.cpp \
- $$PWD/websocketserver.cpp \
- $$PWD/websocketprotocol.cpp \
+SOURCES += $$PWD/qwebsocket.cpp \
+ $$PWD/qwebsocketserver.cpp \
+ $$PWD/qwebsocketprotocol.cpp \
$$PWD/handshakerequest_p.cpp \
$$PWD/handshakeresponse_p.cpp \
$$PWD/dataprocessor_p.cpp
-HEADERS += $$PWD/websocket.h \
- $$PWD/websocketserver.h \
- $$PWD/websocketprotocol.h \
+HEADERS += $$PWD/qwebsocket.h \
+ $$PWD/qwebsocketserver.h \
+ $$PWD/qwebsocketprotocol.h \
$$PWD/handshakerequest_p.h \
$$PWD/handshakeresponse_p.h \
- $$PWD/dataprocessor_p.h
+ $$PWD/dataprocessor_p.h \
+ $$PWD/qwebsocketsglobal.h
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD