diff options
author | Alessandro Portale <alessandro.portale@qt.io> | 2022-09-19 11:01:38 +0200 |
---|---|---|
committer | Alessandro Portale <alessandro.portale@qt.io> | 2022-09-19 09:35:58 +0000 |
commit | 4360462d22cbe0a08a66d8b507c80678c0c15409 (patch) | |
tree | 6a56b4c2b30e462fb59d36565a3c730191d04d7d /src/plugins/help | |
parent | f2c57db69f649f05c1f998a4e382496d1d65aa96 (diff) | |
download | qt-creator-4360462d22cbe0a08a66d8b507c80678c0c15409.tar.gz |
Help: Fix linker issue with QtWebEngine help viewer on Windows
EXPLICIT_MOC webenginehelpviewer.h
Change-Id: I4f282262105ec9a1c22eed6bed670e48074cadbe
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/help')
-rw-r--r-- | src/plugins/help/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/help/CMakeLists.txt b/src/plugins/help/CMakeLists.txt index 616f53a2bc..05d2b81152 100644 --- a/src/plugins/help/CMakeLists.txt +++ b/src/plugins/help/CMakeLists.txt @@ -54,6 +54,7 @@ extend_qtc_plugin(Help SOURCES webenginehelpviewer.cpp webenginehelpviewer.h + EXPLICIT_MOC webenginehelpviewer.h ) extend_qtc_plugin(Help |