summaryrefslogtreecommitdiff
path: root/src/websockets/websockets.pro
diff options
context:
space:
mode:
authorSteven Ceuppens <steven.ceuppens@icloud.com>2013-09-29 19:21:55 +0200
committerSteven Ceuppens <steven.ceuppens@icloud.com>2013-09-29 19:35:14 +0200
commitf0201e3f6c01c409bb562f1b02f841a2385f8fe6 (patch)
tree35ad5d99b19fcd3e71f566974812de7042168946 /src/websockets/websockets.pro
parent0abe9a2cd72b26c59edc4f42994725d0dfed1827 (diff)
downloadqtwebsockets-f0201e3f6c01c409bb562f1b02f841a2385f8fe6.tar.gz
update class & filenames
Change-Id: Idd2caa074f2f3feba99714bf6927ca879809ad47 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/websockets.pro')
-rw-r--r--src/websockets/websockets.pro24
1 files changed, 9 insertions, 15 deletions
diff --git a/src/websockets/websockets.pro b/src/websockets/websockets.pro
index 69ddc9c..7d0f4a2 100644
--- a/src/websockets/websockets.pro
+++ b/src/websockets/websockets.pro
@@ -15,15 +15,15 @@ PUBLIC_HEADERS += \
$$PWD/qwebsocketserver.h \
$$PWD/qwebsocketprotocol.h \
$$PWD/qwebsocketsglobal.h \
- $$PWD/qcorsauthenticator.h
+ $$PWD/qwebsocketcorsauthenticator.h
PRIVATE_HEADERS += \
$$PWD/qwebsocket_p.h \
$$PWD/qwebsocketserver_p.h \
- $$PWD/handshakerequest_p.h \
- $$PWD/handshakeresponse_p.h \
- $$PWD/dataprocessor_p.h \
- $$PWD/qcorsauthenticator_p.h
+ $$PWD/qwebsockethandshakerequest_p.h \
+ $$PWD/qwebsockethandshakeresponse_p.h \
+ $$PWD/qwebsocketdataprocessor_p.h \
+ $$PWD/qwebsocketcorsauthenticator_p.h
SOURCES += \
$$PWD/qwebsocket.cpp \
@@ -31,15 +31,9 @@ SOURCES += \
$$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
+ $$PWD/qwebsockethandshakerequest_p.cpp \
+ $$PWD/qwebsockethandshakeresponse_p.cpp \
+ $$PWD/qwebsocketdataprocessor_p.cpp \
+ $$PWD/qwebsocketcorsauthenticator.cpp
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
-
-#mac:QMAKE_FRAMEWORK_BUNDLE_NAME = $$TARGET
-#mac:QMAKE_CXXFLAGS += -Wall -Werror -Wextra
-
-
-