aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols2/configure.json')
-rw-r--r--src/quickcontrols2/configure.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/quickcontrols2/configure.json b/src/quickcontrols2/configure.json
new file mode 100644
index 00000000..e1d16d17
--- /dev/null
+++ b/src/quickcontrols2/configure.json
@@ -0,0 +1,40 @@
+{
+ "module": "quickcontrols2",
+
+ "commandline": {
+ "options": {
+ "style-material": { "type": "boolean", "name": "quickcontrols2-material" },
+ "style-universal": { "type": "boolean", "name": "quickcontrols2-universal" }
+ }
+ },
+
+ "features": {
+ "quickcontrols2-default": {
+ "label": "Default",
+ "output": [ "privateFeature" ]
+ },
+ "quickcontrols2-material": {
+ "label": "Material",
+ "purpose": "A style based on the Material Design guidelines",
+ "output": [ "privateFeature" ]
+ },
+ "quickcontrols2-universal": {
+ "label": "Universal",
+ "purpose": "A style based on the Universal Design guidelines",
+ "output": [ "privateFeature" ]
+ }
+ },
+
+ "summary": [
+ {
+ "section": "Qt Quick Controls 2",
+ "entries": [
+ {
+ "message": "Styles",
+ "type": "featureList",
+ "args": "quickcontrols2-default quickcontrols2-material quickcontrols2-universal"
+ }
+ ]
+ }
+ ]
+}