Protobuf generator and bindings for Qt framework
|
|
il y a 7 ans | |
|---|---|---|
| cmake | il y a 7 ans | |
| examples | il y a 7 ans | |
| src | il y a 7 ans | |
| tests | il y a 7 ans | |
| .gitignore | il y a 7 ans | |
| CMakeLists.txt | il y a 7 ans | |
| LICENSE | il y a 7 ans | |
| README.md | il y a 7 ans |
Protobuf plugin to generate Qt classes
mkdir build
cd build
cmake [-DCMAKE_PREFIX_PATH=<path/to/Qt5Config.cmake|path/to/qt5-config.cmake>] ..
make -j<N>
mkdir build
cd build
cmake ..
cmake --build . --target qtprotobuf --config RELEASE
protoc --plugin=protoc-gen-qtprotobuf=<path/to/bin>/qtprotobuf --qtprotobuf_out=<output_dir> <protofile>.proto [--qtprotobuf_opt=out=<output_dir>]