Protobuf generator and bindings for Qt framework

Alexey Edelev 813294825c Move most of templates to header 6 éve
src 813294825c Move most of templates to header 6 éve
.gitignore 7495ae7751 Initial version of generator 6 éve
CMakeLists.txt c10ea50386 Added Windows build 6 éve
LICENSE b474e7dc06 Update 'LICENSE' 6 éve
README.md 45b5da8a91 Quick final readme fix 6 éve

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