Skip to content

Introduce a Qt5 to Qt6 porting aid module

So far this does create version-less imported library targets matching what Qt6 offers by default. This allows targeting both Qt versions with much reduced conditional build system code during a transition period.

Similar support for version-less functions and executable targets might also come in handy and can be added here later.

Idea based on a similar module that existed for the Qt4 to Qt5 transition.

Merge request reports