A new version of the QtProtobuf library has been released.
QtProtobuf is a free library released under the MIT license. With it, you can easily use Google Protocol Buffers and gRPC in your Qt project.
Changes:
- The generation function has been renamed from generate_qtprotobuf to qtprotobuf_generate.
- Basic support for qmake has been added.
- The mechanisms for registering generated types have been changed.
- Generation of .deb packages based on CPack has been added.
- Support for building static libraries has been added.
- Multi-file and unified file generation has been added in directories corresponding to protobuf packages.
- Annotation (commenting) of generated code has been added.
- Errors have been fixed.
Source: linux.org.ru
