Protobuf generator and bindings for Qt framework

Alexey Edelev c9949d0b19 Add makeCall functionality hace 5 años
cmake 0526227908 Restore and improve build from protobuf/grpc sources hace 5 años
examples c9949d0b19 Add makeCall functionality hace 5 años
src 506b287cdc Complete refactored build procedure hace 5 años
tests 090c9a01fa Move PIC for tests to common function hace 5 años
.gitignore 7495ae7751 Initial version of generator hace 6 años
CMakeLists.txt 0526227908 Restore and improve build from protobuf/grpc sources hace 5 años
LICENSE 3beab4ea24 Implement move semantic for generated classes, update copyrights. hace 6 años
README.md c2f174230e Update readme hace 6 años

README.md

qtprotobuf

Protobuf plugin to generate Qt classes

Linux Build

mkdir build
cd build
cmake [-DCMAKE_PREFIX_PATH=<path/to/Qt5Config.cmake|path/to/qt5-config.cmake>] ..
make -j<N>

Windows Build

mkdir build
cd build
cmake ..
cmake --build . --target qtprotobuf --config RELEASE

Usage

protoc --plugin=protoc-gen-qtprotobuf=<path/to/bin>/qtprotobuf --qtprotobuf_out=<output_dir> <protofile>.proto [--qtprotobuf_opt=out=<output_dir>]