From c3ac86a13a5c0c83d6616d8c74e4a9a5b3c380f5 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Tue, 1 Nov 2022 16:53:24 +0100 Subject: [PATCH] QmlDesigner: Move effect wizard to qmldesigner/studio_templates This is the folder QDS looks for the wizards. (cherry picked from commit b1c48a27c0ca784cbaa9f27c72563d15aaddc0cd) Change-Id: Id69f50f48eeb4668dff2840a36149408e0709a06 Reviewed-by: Tim Jenssen --- .../studio_templates}/files/effect/file.qep | 0 .../studio_templates}/files/effect/wizard.json | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename share/qtcreator/{templates/wizards => qmldesigner/studio_templates}/files/effect/file.qep (100%) rename share/qtcreator/{templates/wizards => qmldesigner/studio_templates}/files/effect/wizard.json (90%) diff --git a/share/qtcreator/templates/wizards/files/effect/file.qep b/share/qtcreator/qmldesigner/studio_templates/files/effect/file.qep similarity index 100% rename from share/qtcreator/templates/wizards/files/effect/file.qep rename to share/qtcreator/qmldesigner/studio_templates/files/effect/file.qep diff --git a/share/qtcreator/templates/wizards/files/effect/wizard.json b/share/qtcreator/qmldesigner/studio_templates/files/effect/wizard.json similarity index 90% rename from share/qtcreator/templates/wizards/files/effect/wizard.json rename to share/qtcreator/qmldesigner/studio_templates/files/effect/wizard.json index d966f097eda..82e80e65a90 100644 --- a/share/qtcreator/templates/wizards/files/effect/wizard.json +++ b/share/qtcreator/qmldesigner/studio_templates/files/effect/wizard.json @@ -7,8 +7,9 @@ "trDisplayName": "Effect File (Effect Maker)", "trDisplayCategory": "Effects", "iconText": "qep", - "platformIndependent": true, + "platformIndependent": false, "enabled": true, + "featuresRequired": [ "QmlDesigner.Wizards.Enterprise" ], "options": { "key": "DefaultSuffix", "value": "qep" },