diff options
author | Steven Ceuppens <steven.ceuppens@icloud.com> | 2013-09-29 19:56:37 +0200 |
---|---|---|
committer | Steven Ceuppens <steven.ceuppens@icloud.com> | 2013-09-29 20:06:07 +0200 |
commit | 9292fa44f4c8d58aa365b4389be040584a17c893 (patch) | |
tree | 0a6394f00b022bd291d15b5879f04fac8ec19611 /src/websockets/websockets.pro | |
parent | 8d8ac2451556df63746898aafeac61301642d0c5 (diff) | |
download | qtwebsockets-9292fa44f4c8d58aa365b4389be040584a17c893.tar.gz |
update _global file, to match Qt default
Change-Id: I4bbf6bd60abd93bd18947b8d2a9d42784aaea10b
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/websockets.pro')
-rw-r--r-- | src/websockets/websockets.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websockets/websockets.pro b/src/websockets/websockets.pro index 7d0f4a2..e7d6bbc 100644 --- a/src/websockets/websockets.pro +++ b/src/websockets/websockets.pro @@ -11,10 +11,10 @@ load(qt_module) QMAKE_DOCS = $$PWD/doc/qwebsockets.qdocconfig PUBLIC_HEADERS += \ + $$PWD/qwebsockets_global.h \ $$PWD/qwebsocket.h \ $$PWD/qwebsocketserver.h \ $$PWD/qwebsocketprotocol.h \ - $$PWD/qwebsocketsglobal.h \ $$PWD/qwebsocketcorsauthenticator.h PRIVATE_HEADERS += \ |