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