aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/files/effect/wizard.json
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/files/effect/wizard.json')
-rw-r--r--share/qtcreator/templates/wizards/files/effect/wizard.json40
1 files changed, 0 insertions, 40 deletions
diff --git a/share/qtcreator/templates/wizards/files/effect/wizard.json b/share/qtcreator/templates/wizards/files/effect/wizard.json
deleted file mode 100644
index d966f097eda..00000000000
--- a/share/qtcreator/templates/wizards/files/effect/wizard.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "version": 1,
- "supportedProjectTypes": [ ],
- "id": "J.QEP",
- "category": "U.QEP",
- "trDescription": "Creates an Effect Maker file.",
- "trDisplayName": "Effect File (Effect Maker)",
- "trDisplayCategory": "Effects",
- "iconText": "qep",
- "platformIndependent": true,
- "enabled": true,
-
- "options": { "key": "DefaultSuffix", "value": "qep" },
-
- "pages" :
- [
- {
- "trDisplayName": "Location",
- "trShortTitle": "Location",
- "typeId": "File"
- },
- {
- "trDisplayName": "Project Management",
- "trShortTitle": "Summary",
- "typeId": "Summary"
- }
- ],
- "generators" :
- [
- {
- "typeId": "File",
- "data":
- {
- "source": "file.qep",
- "target": "%{JS: Util.fileName(value('TargetPath'), value('DefaultSuffix'))}",
- "openInEditor": false
- }
- }
- ]
-}