KDAB/knut

Bump minimum Qt version to 6.3

Closed this issue · 2 comments

This will allow us to:

  • Replace QT_GLOBAL_STATIC_WITH_ARGS with QT_GLOBAL_STATIC

In practice the minimum Qt version is already 6.4 BTW, I saw multiple uses of asKeyValueRange().

Bumping the minimum version to Qt 6.5 worked fine, which is what we use in CI anyway (see #162).

We are apparently no longer using QT_GLOBAL_STATIC or QT_GLOBAL_STATIC_WITH_ARGS, so that doesn't need to change.