summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatiana Borisova <tatiana.borisova@qt.io>2023-02-21 19:54:59 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-23 11:12:52 +0000
commitdf621347d3073c9ed80f6cab882f997988192006 (patch)
tree7d413e9de9a2323731b64aa0a0dc20472f17467b
parentf65610e7b424b1d7629b967c4b62c0077399f879 (diff)
downloadqtdoc-df621347d3073c9ed80f6cab882f997988192006.tar.gz
Add qt_add_grpc cmake procedure to the documented list
Change-Id: If04c6c6e763604e6486f67b2a4ca0d70902eafa7 Reviewed-by: Konrad Kujawa <konrad.kujawa@qt.io> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 104028f24d80ac8e7ee15ba497e29b5183ea8d4d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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 \