Protobuf generator and bindings for Qt framework

Alexey Edelev 256e1ad84f Add common support library for generated files 6 년 전
src 256e1ad84f Add common support library for generated files 6 년 전
.gitignore 7495ae7751 Initial version of generator 6 년 전
CMakeLists.txt 256e1ad84f Add common support library for generated files 6 년 전
LICENSE b474e7dc06 Update 'LICENSE' 6 년 전
README.md d887ee1ee2 Update README 6 년 전

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