# qtprotobuf Protobuf plugin to generate Qt classes # Linix Build ```bash mkdir build cd build cmake .. make -j ``` # Windows Build ```Windows Qt command line mkdir build cd build cmake .. cmake --build . --target qtprotobuf --config RELEASE ``` # Usage ```bash protoc --plugin=protoc-gen-qtprotobuf=/qtprotobuf --qtprotobuf_out= .proto ```