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" },