Protobuf generator and bindings for Qt framework

Alexey Edelev fc01627453 Fix tests il y a 6 ans
src fc01627453 Fix tests il y a 6 ans
tests fc01627453 Fix tests il y a 6 ans
.gitignore 7495ae7751 Initial version of generator il y a 6 ans
CMakeLists.txt 8985fbc5d0 Support unit test functionality for Windows. il y a 6 ans
LICENSE 3beab4ea24 Implement move semantic for generated classes, update copyrights. il y a 6 ans
README.md 45b5da8a91 Quick final readme fix il y a 6 ans

README.md

qtprotobuf

Protobuf plugin to generate Qt classes

Linux Build

mkdir build
cd build
cmake ..
make -j<N>

Windows Build

mkdir build
cd build
cmake ..
cmake --build . --target qtprotobuf --config RELEASE

Usage

protoc --plugin=protoc-gen-qtprotobuf=<path/to/bin>/qtprotobuf --qtprotobuf_out=<output_dir> <protofile>.proto