Protobuf generator and bindings for Qt framework

Alexey Edelev 541d837000 Reduce compilation time vor 6 Jahren
cmake 10e4ce59a0 Additional cleaning of CMakeLists.txt vor 6 Jahren
src 541d837000 Reduce compilation time vor 6 Jahren
tests 541d837000 Reduce compilation time vor 6 Jahren
.gitignore 7495ae7751 Initial version of generator vor 6 Jahren
CMakeLists.txt 300f33195e Move test śources generation to test CMakeList vor 6 Jahren
LICENSE 3beab4ea24 Implement move semantic for generated classes, update copyrights. vor 6 Jahren
README.md ff285fe8a8 Add instruction to build project in system with vor 6 Jahren

README.md

qtprotobuf

Protobuf plugin to generate Qt classes

Linux Build

mkdir build
cd build
cmake [-DCMAKE_PREFIX_PATH=<PATH_TO_Qt5Config.cmake_OR_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