qtgrpc

Qt framework support library for gRPC service communication

brewmacoslinux
Try with needOr install directly
Source

About

Provides support for communicating with gRPC services

Commands

qtgrpc

Examples

Generate Qt/gRPC code from a proto file$ qtgrpc -proto service.proto -out ./generated
Compile proto files with Qt plugin support$ protoc --plugin=protoc-gen-qtgrpc --qtgrpc_out=. service.proto
Check installed qtgrpc version$ qtgrpc --version