Protobuf generator and bindings for Qt framework

Tatyana Borisova 82646ee2e1 Implement copy functionality for generated messages 6 лет назад
src 82646ee2e1 Implement copy functionality for generated messages 6 лет назад
.gitignore 7495ae7751 Initial version of generator 6 лет назад
CMakeLists.txt c10ea50386 Added Windows build 6 лет назад
LICENSE b474e7dc06 Update 'LICENSE' 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