summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-11-01 16:53:24 +0100
committerTim Jenssen <tim.jenssen@qt.io>2022-11-04 15:49:04 +0000
commitc3ac86a13a5c0c83d6616d8c74e4a9a5b3c380f5 (patch)
treeaf2c2b0f001089e746e8a4b668e988ec8f2f3c58
parentdca06351fd261740924145050a02c60ccbaa0209 (diff)
downloadqt-creator-c3ac86a13a5c0c83d6616d8c74e4a9a5b3c380f5.tar.gz
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 <tim.jenssen@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" },