From 9b5c8448f02da7dd6d444823c45d2c85be8fb5d4 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Mon, 30 May 2022 13:13:44 +0300 Subject: [PATCH] QmlDesigner: Fix 3D application wizard quick3d import version handling Change-Id: I80eecdcd5ac9938715b084bd8b89c82d62aa7323 Reviewed-by: Thomas Hartmann Reviewed-by: --- .../studio_templates/projects/application-3d/wizard.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/application-3d/wizard.json b/share/qtcreator/qmldesigner/studio_templates/projects/application-3d/wizard.json index ae3719243e6..cd1b310c711 100644 --- a/share/qtcreator/qmldesigner/studio_templates/projects/application-3d/wizard.json +++ b/share/qtcreator/qmldesigner/studio_templates/projects/application-3d/wizard.json @@ -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' })" } ]