Protobuf generator and bindings for Qt framework

Alexey Edelev fc01627453 Fix tests 6 سال پیش
src fc01627453 Fix tests 6 سال پیش
tests fc01627453 Fix tests 6 سال پیش
.gitignore 7495ae7751 Initial version of generator 6 سال پیش
CMakeLists.txt 8985fbc5d0 Support unit test functionality for Windows. 6 سال پیش
LICENSE 3beab4ea24 Implement move semantic for generated classes, update copyrights. 6 سال پیش
README.md 45b5da8a91 Quick final readme fix 6 سال پیش

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