Protobuf generator and bindings for Qt framework
|
|
před 7 roky | |
|---|---|---|
| src | před 7 roky | |
| .gitignore | před 7 roky | |
| CMakeLists.txt | před 7 roky | |
| LICENSE | před 7 roky | |
| README.md | před 7 roky |
Protobuf plugin to generate Qt classes
mkdir build
cd build
cmake ..
make -j<N>
protoc --plugin=protoc-gen-qtprotobuf=<path/to/bin>/qtprotobuf --qtprotobuf_out=<output_dir> <protofile>.proto