OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.76k stars 6.56k forks source link

[qt-cpp] Remove Qt support before Qt 5.15.2 #19164

Closed MartinDelille closed 3 months ago

MartinDelille commented 3 months ago

There is some Qt version check in the generated code. I propose to drop pre Qt 5.15.2 to make the maintenance easier.

Ping @ravinikam @stkrwork @etherealjoy @muttleyxd

PR checklist