Details
Description
The QtGRPC examples do not work correctly for cross-compilation, as they don't search for the host grpc_cpp_plugin. Instead they only find the target gRPC, which doesn't satisfy the checks.
CMake Warning at server/CMakeLists.txt:15 (message): Dependencies of ClientGuide not found. Skipping.
Fixed in gRPC as https://github.com/grpc/grpc/pull/11795/commits/0d7a0ded1cc93bb7f4d69a156b0a69829557cbf2
Attachments
Issue Links
- relates to
-
QTBUG-134636 gRPC missing from Boot to Qt toolchain
-
- In Review
-