aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-08-16 15:46:30 +0200
committerLars Knoll <lars.knoll@qt.io>2016-10-10 14:11:52 +0000
commit094e1f12945a04507054b5a5bad94b72a7982fb7 (patch)
tree61485604973f9fa15c64978b9581975f3c82ab1d /src/quick/configure.json
parente4dfc6d749957bdd88a48b95aa67e59d93fd4b7b (diff)
Make Path and PathView configurable
Change-Id: Ie9e35612fc274def96d63ef35817c03475077f1f 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.json23
1 files changed, 21 insertions, 2 deletions
diff --git a/src/quick/configure.json b/src/quick/configure.json
index 00e0b52905..8a0c6e3562 100644
--- a/src/quick/configure.json
+++ b/src/quick/configure.json
@@ -8,7 +8,9 @@
"commandline": {
"options": {
"d3d12": "boolean",
- "quick-canvas": "boolean"
+ "quick-canvas": "boolean",
+ "quick-path": "boolean",
+ "quick-pathview": "boolean"
}
},
@@ -35,6 +37,21 @@
"output": [
"privateFeature"
]
+ },
+ "quick-path": {
+ "label": "Path support",
+ "purpose": "Provides Path elements in Qt Quick",
+ "output": [
+ "privateFeature"
+ ]
+ },
+ "quick-pathview": {
+ "label": "PathView item",
+ "purpose": "Provides the Qt Quick PathView item",
+ "condition": "features.quick-path",
+ "output": [
+ "privateFeature"
+ ]
}
},
@@ -43,7 +60,9 @@
"section": "Qt Quick",
"entries": [
"d3d12",
- "quick-canvas"
+ "quick-canvas",
+ "quick-path",
+ "quick-pathview"
]
}
]