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