Protobuf generator and bindings for Qt framework

Alexey Edelev 1d2b356425 Add global enums generator hace 6 años
src 1d2b356425 Add global enums generator hace 6 años
.gitignore 7495ae7751 Initial version of generator hace 6 años
CMakeLists.txt 1d2b356425 Add global enums generator hace 6 años
LICENSE b474e7dc06 Update 'LICENSE' hace 6 años
README.md d887ee1ee2 Update README hace 6 años

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