mirror of https://github.com/qt/qtgrpc.git
UnTP the CMake protobuf API
Remove the technical preview markers from CMake API. Leftovers from TP phase. Pick-to: 6.8 6.9 6.10 Change-Id: Ic1c363638f2848467845f41e3f20b97c5ed9bfb4 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
b2e6f889c0
commit
cbab241c75
|
|
@ -8,7 +8,6 @@
|
|||
\title qt_add_grpc
|
||||
\target qt_add_grpc
|
||||
\summary {Generates Qt-based C++ services using a protobuf schema}
|
||||
\preliminarycmakecommand
|
||||
\cmakecommandsince 6.5
|
||||
|
||||
Usually \c qtgrpcgen is invoked through the \c qt_add_grpc CMake macro.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
\title qt_add_protobuf
|
||||
\keyword qt6_add_protobuf
|
||||
\summary {Generates Qt-based C++ source code using a protobuf schema}
|
||||
\preliminarycmakecommand
|
||||
\cmakecommandsince 6.5
|
||||
|
||||
Use qt_add_protobuf to invoke \c qtprotobufgen in your CMake scripts and generate
|
||||
|
|
|
|||
Loading…
Reference in New Issue