Protobuf generator and bindings for Qt framework

Alexey Edelev a084cda9c5 Fix memory leak in recursive serialization vor 6 Jahren
src a084cda9c5 Fix memory leak in recursive serialization vor 6 Jahren
tests a084cda9c5 Fix memory leak in recursive serialization vor 6 Jahren
.gitignore 7495ae7751 Initial version of generator vor 6 Jahren
CMakeLists.txt f082fea946 Change CPP standard vor 6 Jahren
LICENSE 3beab4ea24 Implement move semantic for generated classes, update copyrights. vor 6 Jahren
README.md 45b5da8a91 Quick final readme fix vor 6 Jahren

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