Protobuf generator and bindings for Qt framework

Alexey Edelev 709c3c1bce Add ordering map field->property hace 6 años
src 709c3c1bce Add ordering map field->property hace 6 años
.gitignore 7495ae7751 Initial version of generator hace 6 años
CMakeLists.txt c10ea50386 Added Windows build hace 6 años
LICENSE 3beab4ea24 Implement move semantic for generated classes, update copyrights. hace 6 años
README.md 45b5da8a91 Quick final readme fix hace 6 años

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