qtgrpc/examples/grpc/chat/server
Alexey Edelev fa7c4410e8 Remove WrapgRPC and WrapProtobuf modules
These modules are not relevant anymore. After porting Qt::Grpc
relied on native gRPC implementation. But since we migrated to the
fully functional Qt HTTP/2 the need of reference gRPC and protobuf
gone.

Remove the WrapgRPC and WrapProtobuf modules, use the protobuf
gRPC modules directly in tests examples and tools. Since non of
those never add the build-time depdendcy on reference libraries,
we don't need to add the respective dependencies in Qt packages.

The only thing we still wrap is protoc. We either look for executable
but we never propagate it as the reference target, but utilize the
path from there.

Fixes: QTBUG-128809
Change-Id: Id5008f8dd935288cbaa8a9abb88d485824099d46
Reviewed-by: Dennis Oberst <dennis.oberst@qt.io>
2024-10-15 18:12:58 +02:00
..
CMakeLists.txt Remove WrapgRPC and WrapProtobuf modules 2024-10-15 18:12:58 +02:00
main.cpp Correct license for example files 2024-03-15 14:28:25 +01:00