forked from qt-creator/qt-creator
QmlDesigner: Fix 3D application wizard quick3d import version handling
Change-Id: I80eecdcd5ac9938715b084bd8b89c82d62aa7323 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -243,21 +243,24 @@
|
||||
"trKey": "Qt 5",
|
||||
"value":
|
||||
"({
|
||||
'TargetQuickVersion': '2.15'
|
||||
'TargetQuickVersion': '2.15',
|
||||
'TargetQuick3DVersion': '1.15'
|
||||
})"
|
||||
},
|
||||
{
|
||||
"trKey": "Qt 6.2",
|
||||
"value":
|
||||
"({
|
||||
'TargetQuickVersion': '6.2'
|
||||
'TargetQuickVersion': '6.2',
|
||||
'TargetQuick3DVersion': '6.2'
|
||||
})"
|
||||
},
|
||||
{
|
||||
"trKey": "Qt 6.3",
|
||||
"value":
|
||||
"({
|
||||
'TargetQuickVersion': '6.3'
|
||||
'TargetQuickVersion': '6.3',
|
||||
'TargetQuick3DVersion': '6.3'
|
||||
})"
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user