QmlDesigner: Add Qt 6.7 support to 3d wizard

Change-Id: I54fc29b6934ca69fc07dc3aaea5fa9f37b69e76c
Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2024-03-21 19:12:10 +01:00
committed by Tim Jenssen
parent 9d451d54c8
commit 7df7cc21a1

View File

@@ -278,6 +278,14 @@
'TargetQuickVersion': '6.6',
'TargetQuick3DVersion': '6.6'
})"
},
{
"trKey": "Qt 6.7",
"value":
"({
'TargetQuickVersion': '6.7',
'TargetQuick3DVersion': '6.7'
})"
}
]
}