QtProtobuf 0.4.0

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.

Key changes:

  • Added support for nested types.
  • Added gRPC API for QML.
  • Fixed static build for well-known types.
  • Added a basic usage example with step by step instructions.
  • Added processing of "invalid" fields in the JSON serializer.
  • Fixed errors in paths of binary packages generated by CPack.
  • Added static linking of Quick (QML) plugins.

Minor changes:

  • Redesigned generator.
  • CMake macro qtprotobuf_link_archive replaced with qtprotobuf_link_target.

Source: linux.org.ru

Add a comment