summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-01-25 14:58:13 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-01-28 11:28:33 +0000
commit0bde825374cd029b79ac06ce57fc6e51eef4d850 (patch)
tree615596e0c2f3edc189d099fa0043a6dce94c9cdd
parentd8aa0c8be14d0ecd5367b9bc6268b6e70e700708 (diff)
Include WebEngine API in qtcmake
qtwebengine now features a qt_add_webengine_dictionary(). Let's make sure it shows up in the overview documentation. Change-Id: I2c533b12a311ef27b602d53450bb6cd9a7ed554f Reviewed-by: Michal Klocek <michal.klocek@qt.io> (cherry picked from commit 87489a5d79f97bbe364a7a2d2187b6e986cd2500) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/cmake/qtcmake.qdocconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/cmake/qtcmake.qdocconf b/doc/src/cmake/qtcmake.qdocconf
index 96e62a766..fe1a81ecd 100644
--- a/doc/src/cmake/qtcmake.qdocconf
+++ b/doc/src/cmake/qtcmake.qdocconf
@@ -37,7 +37,8 @@ depends += \
qtremoteobjects \
qtdesigner \
qmake \
- qtscxml
+ qtscxml \
+ qtwebengine
navigation.landingpage = "Build with CMake"