From 7621610532e94ff1450a09153ab09d38b4cc0db4 Mon Sep 17 00:00:00 2001 From: Steven Ceuppens Date: Sun, 29 Sep 2013 20:41:29 +0200 Subject: moved class to separate file As QWebSocketFrame is quite big, i moved it into its own file, for futher implementation:wq Change-Id: Iadf51323d5e8151c8345057614f4c49f81e626b1 Reviewed-by: Kurt Pattyn --- src/websockets/websockets.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/websockets/websockets.pro') 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 -- cgit v1.2.1