Protobuf generator and bindings for Qt framework

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

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