summaryrefslogtreecommitdiff
path: root/src/websockets/websockets.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/websockets/websockets.pro')
-rw-r--r--src/websockets/websockets.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/websockets/websockets.pro b/src/websockets/websockets.pro
index e7d6bbc..5ba40c1 100644
--- a/src/websockets/websockets.pro
+++ b/src/websockets/websockets.pro
@@ -23,7 +23,8 @@ PRIVATE_HEADERS += \
$$PWD/qwebsockethandshakerequest_p.h \
$$PWD/qwebsockethandshakeresponse_p.h \
$$PWD/qwebsocketdataprocessor_p.h \
- $$PWD/qwebsocketcorsauthenticator_p.h
+ $$PWD/qwebsocketcorsauthenticator_p.h \
+ $$PWD/qwebsocketframe_p.h
SOURCES += \
$$PWD/qwebsocket.cpp \
@@ -34,6 +35,7 @@ SOURCES += \
$$PWD/qwebsockethandshakerequest_p.cpp \
$$PWD/qwebsockethandshakeresponse_p.cpp \
$$PWD/qwebsocketdataprocessor_p.cpp \
- $$PWD/qwebsocketcorsauthenticator.cpp
+ $$PWD/qwebsocketcorsauthenticator.cpp \
+ $$PWD/qwebsocketframe_p.cpp
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS