From 432b75517cba65e8ab633a2fe0d53f18abd59426 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 15 Oct 2019 16:32:06 +0200 Subject: Regenerate before merge Change-Id: I9f22f5d050aeec3e8c308e286a897f0f524ed8e3 Reviewed-by: Simon Hausmann --- src/imports/qmlwebsockets/.prev_CMakeLists.txt | 1 + src/imports/qmlwebsockets/CMakeLists.txt | 1 + src/websockets/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/imports/qmlwebsockets/.prev_CMakeLists.txt b/src/imports/qmlwebsockets/.prev_CMakeLists.txt index aa1785d..e6da39b 100644 --- a/src/imports/qmlwebsockets/.prev_CMakeLists.txt +++ b/src/imports/qmlwebsockets/.prev_CMakeLists.txt @@ -8,6 +8,7 @@ add_qml_module(qmlwebsockets URI "QtWebSockets" VERSION "1.${CMAKE_PROJECT_VERSION_MINOR}" CLASSNAME QtWebSocketsDeclarativeModule + SKIP_TYPE_REGISTRATION SOURCES qmlwebsockets_plugin.cpp qmlwebsockets_plugin.h qqmlwebsocket.cpp qqmlwebsocket.h diff --git a/src/imports/qmlwebsockets/CMakeLists.txt b/src/imports/qmlwebsockets/CMakeLists.txt index 228ff38..803f86c 100644 --- a/src/imports/qmlwebsockets/CMakeLists.txt +++ b/src/imports/qmlwebsockets/CMakeLists.txt @@ -8,6 +8,7 @@ add_qml_module(qmlwebsockets URI "QtWebSockets" VERSION "1.0" #special case CLASSNAME QtWebSocketsDeclarativeModule + SKIP_TYPE_REGISTRATION SOURCES qmlwebsockets_plugin.cpp qmlwebsockets_plugin.h qqmlwebsocket.cpp qqmlwebsocket.h diff --git a/src/websockets/CMakeLists.txt b/src/websockets/CMakeLists.txt index 9d87ebb..3d0f212 100644 --- a/src/websockets/CMakeLists.txt +++ b/src/websockets/CMakeLists.txt @@ -43,7 +43,7 @@ extend_target(WebSockets CONDITION QT_FEATURE_ssl #### Keys ignored in scope 3:.:.:websockets.pro:QT_FEATURE_ssl: # PRIVATE_HEADERS = "$$PWD/qsslserver_p.h" -add_qt_docs( +add_qt_docs(WebSockets doc/qtwebsockets.qdocconf ) -- cgit v1.2.1