Protobuf plugin to generate Qt classes
mkdir build cd build cmake .. make -j<N>
protoc --plugin=protoc-gen-qtprotobuf=<path/to/bin>/qtprotobuf --qtprotobuf_out=<output_dir> <protofile>.proto