Protobuf generator and bindings for Qt framework

Alexey Edelev b74d2643d4 Fix coding style 6 năm trước cách đây
src b74d2643d4 Fix coding style 6 năm trước cách đây
tests 361b259b55 Change global enums inheritance 6 năm trước cách đây
.gitignore 7495ae7751 Initial version of generator 6 năm trước cách đây
CMakeLists.txt f082fea946 Change CPP standard 6 năm trước cách đây
LICENSE 3beab4ea24 Implement move semantic for generated classes, update copyrights. 6 năm trước cách đây
README.md 45b5da8a91 Quick final readme fix 6 năm trước cách đây

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