Protobuf generator and bindings for Qt framework

Alexey Edelev e483415d88 Fix listmodels includes 7 éve
src e483415d88 Fix listmodels includes 7 éve
.gitignore 7495ae7751 Initial version of generator 7 éve
CMakeLists.txt 256e1ad84f Add common support library for generated files 7 éve
LICENSE b474e7dc06 Update 'LICENSE' 7 éve
README.md d887ee1ee2 Update README 7 éve

README.md

qtprotobuf

Protobuf plugin to generate Qt classes

Build

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

Usage

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