Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.6, 6.7
-
None
-
b75bc17c3 (dev), d7b00e804 (6.7)
Description
When qtgrpcgen is called as the standalone tool it's expected that it will generate the C++ exports for the client and server services. The following snippet exposes the issue:
qt_add_protobuf(proto_lib PROTO_FILES service.proto) qt_add_grpc(grpc_lib PROTO_FILES service.proto)
Since grpc_lib is the separate library it should have own C++ exports, that are never generated by qtgrpcgen.