summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/cmake/cmake-manual.qdoc6
-rw-r--r--doc/src/cmake/qtcmake.qdocconf1
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/cmake/cmake-manual.qdoc b/doc/src/cmake/cmake-manual.qdoc
index f75b69d6..c9730b28 100644
--- a/doc/src/cmake/cmake-manual.qdoc
+++ b/doc/src/cmake/cmake-manual.qdoc
@@ -56,6 +56,7 @@
\li \l{cmake-commands-qtinterfaceframework}{Qt6::InterfaceFramework}
\li \l{cmake-commands-qtlinguisttools}{Qt6::LinguistTools}
\li \l{cmake-commands-qtprotobuf}{Qt6::Protobuf}
+ \li \l{cmake-commands-qtgrpc}{Qt6::Grpc}
\li \l{cmake-commands-qtqml}{Qt6::Qml}
\li \l{cmake-macros-qtremoteobjects}{Qt6::RemoteObjects}
\li \l{cmake-macros-qtscxml}{Qt6::Scxml}
@@ -1110,6 +1111,11 @@
\annotatedlist cmake-commands-qtprotobuf
+ \section2 Qt6::Grpc
+ \target cmake-commands-qtgrpc
+
+ \annotatedlist cmake-commands-qtgrpc
+
\section2 Qt6::Qml
\target cmake-commands-qtqml
diff --git a/doc/src/cmake/qtcmake.qdocconf b/doc/src/cmake/qtcmake.qdocconf
index d580c260..baa27684 100644
--- a/doc/src/cmake/qtcmake.qdocconf
+++ b/doc/src/cmake/qtcmake.qdocconf
@@ -35,6 +35,7 @@ depends += \
qtlinguist \
qtnetwork \
qtprotobuf \
+ qtgrpc \
qtqml \
qtquick \
qtremoteobjects \