Protobuf generator and bindings for Qt framework

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

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