summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2017-02-06 16:05:58 +0100
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2017-02-06 17:22:08 +0000
commit1af97a5f04d4d7d0dbf9954397e2374a791d717b (patch)
tree790ef722a96dd0decc0422bf55633868c02a881b
parent6ce818a10c5f6fd2314524f5d701e13752e4a662 (diff)
downloadqtwebsockets-1af97a5f04d4d7d0dbf9954397e2374a791d717b.tar.gz
Force QWebSocketProtocol header file creationv5.9.0-alpha1
The qwebsocketprotocol.h header does not declare any class, but only a namespace. This patch updates sync.profile by declaring 'classnames' with QWebSocketProtocol explicitly. Task-number: QTBUG-58651 Change-Id: I759b34c227b3d6ca970bcff08c6fdcbafb958c9e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
-rw-r--r--sync.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 867e4a9..925a6f1 100644
--- a/sync.profile
+++ b/sync.profile
@@ -4,3 +4,7 @@
%moduleheaders = (
);
+
+%classnames = (
+ "qwebsocketprotocol.h" => "QWebSocketProtocol",
+);