aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-08-17 10:56:30 +0200
committerLars Knoll <lars.knoll@qt.io>2016-10-10 14:12:07 +0000
commit0f63a7d09605ca2ca8571edd4a27b3a035fd06a5 (patch)
tree385719b6ec99d170b0a337d245876987a5c3afd3 /src/quick/configure.json
parentd64503bbdc62bb1839ddfe3e5f5813e406eafaaa (diff)
Make shader effects configurable
Change-Id: I4e7fd5e9781dec7ee6ed8807ca1a51c937f6f9f3 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/quick/configure.json')
-rw-r--r--src/quick/configure.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/quick/configure.json b/src/quick/configure.json
index 5d76ef1e48..eb7119e6b2 100644
--- a/src/quick/configure.json
+++ b/src/quick/configure.json
@@ -14,6 +14,7 @@
"quick-listview": "boolean",
"quick-path": "boolean",
"quick-pathview": "boolean",
+ "quick-shadereffect": "boolean",
"quick-sprite": "boolean"
}
},
@@ -79,6 +80,13 @@
"privateFeature"
]
},
+ "quick-shadereffect": {
+ "label": "ShaderEffect item",
+ "purpose": "Provides Shader effects in Qt Quick",
+ "output": [
+ "privateFeature"
+ ]
+ },
"quick-sprite": {
"label": "Sprite item",
"purpose": "Provides the Qt Quick Sprite Item",
@@ -99,6 +107,7 @@
"quick-listview",
"quick-path",
"quick-pathview",
+ "quick-shadereffect",
"quick-sprite"
]
}