Protobuf generator and bindings for Qt framework

Alexey Edelev 1d2b356425 Add global enums generator 6 năm trước cách đây
src 1d2b356425 Add global enums generator 6 năm trước cách đây
.gitignore 7495ae7751 Initial version of generator 6 năm trước cách đây
CMakeLists.txt 1d2b356425 Add global enums generator 6 năm trước cách đây
LICENSE b474e7dc06 Update 'LICENSE' 6 năm trước cách đây
README.md d887ee1ee2 Update README 6 năm trước cách đây

README.md

qtprotobuf

Protobuf plugin to generate Qt classes

Build

mkdir build
cd build
cmake ..
make -j<N>

Usage

protoc --plugin=protoc-gen-qtprotobuf=<path/to/bin>/qtprotobuf --qtprotobuf_out=<output_dir> <protofile>.proto