Commit Graph

1 Commits

Author SHA1 Message Date
Mårten Nordheim fffdeaea77 Long live qtprotobufgen
The generator generates Qt-based classes to be used in conjunction with
'QProtobuf' (separate patch).

qtprotobufgen works as an extension to the protoc tool from Google, and
thus also depends on its libraries for building.

The tool was originally written by Alexey Edelev, along with various
contributors, on GitHub. Originally under MIT license, but major
contributors have agreed to relicense the code under GPL/commercial for
inclusion in tools for Qt. Their copyright notice is retained and
the original source code, still licensed as MIT, can be found in its
original repository[0].

[0]: https://github.com/semlanik/qtprotobuf

Done-with: Alexey Edelev <alexey.edelev@qt.io>
Change-Id: I0d5f3d722cb98bca70fc0d4544ed840edb27430c
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Reviewed-by: Tatiana Borisova <tatiana.borisova@qt.io>
2022-11-08 10:33:39 +01:00