aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBjörn Schäpers <bjoern@hazardy.de>2023-12-08 23:42:54 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2024-01-11 17:47:49 +0000
commitaa044048f0b3573ddda09d1b7a4483af9eed3de4 (patch)
treeb952317f5916f7e5954c7ae35542d9ac045b32d1 /doc
parent167799f31c8ca3cfd79394b6c3fe8389c7df4de1 (diff)
protobuf: Usable without qbspkgconfigprovider
It only fails with "Can't find cpp protobuf runtime. Make sure .pc files are present" which is not helpful, since they are present. Additionally remove the grpcpp to grpc++ mapping in both pkg-config probes. This kind of amends 1772df50a3bacd91ba8125ececf774aa0e6311f9, I readded the tests. Task-number: QBS-1663 Change-Id: I73b7b76a66cc2b8eea5dddd57e5221715b6e6014 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/protobufcpp-module.qdoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/reference/modules/protobufcpp-module.qdoc b/doc/reference/modules/protobufcpp-module.qdoc
index eef189d0b..2c96eaeef 100644
--- a/doc/reference/modules/protobufcpp-module.qdoc
+++ b/doc/reference/modules/protobufcpp-module.qdoc
@@ -82,10 +82,9 @@
\section2 Dependencies
The \l protobuf.cpp module requires runtime libraries to be operational. It depends on the
- \c "protobuflib" module which can be created by the \l qbspkgconfig module provider (the
- corresponding packages are \c protobuf or \c protobuf-lite). If \l useGrpc is set to true,
- the \l protobuf.cpp module also depends on the \c "grpcpp" module (corresponding package is
- \c gprc++).
+ \c "protobuflib" module which can be created by the \l qbspkgconfig or fallback module
+ providers (the corresponding packages are \c protobuf or \c protobuf-lite). If \l useGrpc is
+ set to true, the \l protobuf.cpp module also depends on the \c "grpc++" module.
*/
/*!