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