summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-11-01 16:53:24 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2022-11-01 19:14:08 +0000
commitb1c48a27c0ca784cbaa9f27c72563d15aaddc0cd (patch)
tree756774279e968f09649dc7643e7f7bd8ffdf84c3
parent02f7c9c3eb290bbd362349dab684606ad93b6e60 (diff)
downloadqt-creator-b1c48a27c0ca784cbaa9f27c72563d15aaddc0cd.tar.gz
QmlDesigner: Move effect wizard to qmldesigner/studio_templates
This is the folder QDS looks for the wizards. Change-Id: Id69f50f48eeb4668dff2840a36149408e0709a06 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/files/effect/file.qep (renamed from share/qtcreator/templates/wizards/files/effect/file.qep)0
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/files/effect/wizard.json (renamed from share/qtcreator/templates/wizards/files/effect/wizard.json)3
2 files changed, 2 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/files/effect/file.qep b/share/qtcreator/qmldesigner/studio_templates/files/effect/file.qep
index e69de29bb2..e69de29bb2 100644
--- a/share/qtcreator/templates/wizards/files/effect/file.qep
+++ b/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
index d966f097ed..82e80e65a9 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" },