Protobuf generator and bindings for Qt framework
|
vor 6 Jahren | |
---|---|---|
src | vor 6 Jahren | |
tests | vor 6 Jahren | |
.gitignore | vor 6 Jahren | |
CMakeLists.txt | vor 6 Jahren | |
LICENSE | vor 6 Jahren | |
README.md | vor 6 Jahren |
Protobuf plugin to generate Qt classes
mkdir build
cd build
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