Protobuf generator and bindings for Qt framework
Viktor Kopp fee3fc7703 Avoid regeneration of grpc code if proto files were not changed | před 5 roky | |
---|---|---|
cmake | před 5 roky | |
examples | před 5 roky | |
src | před 5 roky | |
tests | před 5 roky | |
.gitignore | před 5 roky | |
CMakeLists.txt | před 5 roky | |
Doxyfile.in | před 5 roky | |
LICENSE | před 5 roky | |
ProjectConfig.cmake.in | před 5 roky | |
README.md | před 5 roky |
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>]