diff options
author | Alexei Cazacov <[email protected]> | 2025-03-27 15:26:24 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <[email protected]> | 2025-06-06 11:59:01 +0000 |
commit | 5cfa442218c649b7bb7805bb0f90ed92c66cd402 (patch) | |
tree | befef16a21ca166b8824a3330cb6d0894de9b18a | |
parent | 9d38f39830a08c769cad429b793a97eedd40b35d (diff) |
This commit adds a note with optional dependences.
Fixes: QTBUG-133608
Pick-to: 6.10 6.9 6.8
Change-Id: I9ac4971e2a8b0cbde754a249fb6115112a7fac96
Reviewed-by: Allan Sandfeld Jensen <[email protected]>
-rw-r--r-- | src/core/doc/src/qtwebengine-index.qdoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/doc/src/qtwebengine-index.qdoc b/src/core/doc/src/qtwebengine-index.qdoc index 0e00598a5..b34931d5c 100644 --- a/src/core/doc/src/qtwebengine-index.qdoc +++ b/src/core/doc/src/qtwebengine-index.qdoc @@ -9,6 +9,10 @@ \QWE provides functionality for rendering regions of dynamic web content. + \note By default, Qt WebEngine depends on the \l {Qt Positioning} and + \l {Qt WebChannel} optional modules, but can be built without them. Be sure to + install these add-ons when using the online installer. + The functionality in \QWE is divided into the following modules: \annotatedlist qtwebengine-modules @@ -26,7 +30,6 @@ \li \l{Qt WebEngine Security Considerations} \endlist - \section1 Module Evolution \l{Changes to Qt WebEngine} lists important changes in the module API |