Protobuf generator and bindings for Qt framework

Alexey Edelev f082fea946 Change CPP standard hace 6 años
src f082fea946 Change CPP standard hace 6 años
tests f082fea946 Change CPP standard hace 6 años
.gitignore 7495ae7751 Initial version of generator hace 6 años
CMakeLists.txt f082fea946 Change CPP standard 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