From 1af97a5f04d4d7d0dbf9954397e2374a791d717b Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Mon, 6 Feb 2017 16:05:58 +0100 Subject: Force QWebSocketProtocol header file creation 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 --- sync.profile | 4 ++++ 1 file changed, 4 insertions(+) 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", +); -- cgit v1.2.1