Skip to content

Fix generated import versions for QtQuick Controls with Qt 6

Volker Krause requested to merge work/vkrause/qt6-fix-qqc2-version into master

Hardcoding this to 2.15 like done in the QQC2 desktop style isn't an option here, we need the 6.x imports to see the palette property which moved from Control to Item.

Merge request reports