mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-02 21:50:55 +00:00
10 lines
383 B
YAML
10 lines
383 B
YAML
generatorName: cpp-qt-client
|
|
outputDir: samples/client/petstore/cpp-qt-addDownloadProgress
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/cpp-qt/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/cpp-qt-client
|
|
additionalProperties:
|
|
packageName: CppQtPetstoreClient
|
|
cppNamespace: test_namespace
|
|
modelNamePrefix: PFX
|
|
addDownloadProgress: true
|