summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/data/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-23 18:41:48 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-13 18:55:28 +0000
commit24cb1580e2bdb9eace8a419dcc44bffe13ed1550 (patch)
treef67eec3931517a343f22f5b4b7ab74f7b54ca9e4 /mkspecs/features/data/configure.json
parent2dcc1a8e4636c754d51370c84a0aa8270e412389 (diff)
make handling of built-in configure options data-driven
Change-Id: I08b226b6c9255b60393734e8ffcb745ccb63c597 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'mkspecs/features/data/configure.json')
-rw-r--r--mkspecs/features/data/configure.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/mkspecs/features/data/configure.json b/mkspecs/features/data/configure.json
new file mode 100644
index 0000000000..a937f79b99
--- /dev/null
+++ b/mkspecs/features/data/configure.json
@@ -0,0 +1,21 @@
+{
+ "files": {
+ },
+
+ "commandline": {
+ "options": {
+ "v": { "type": "enum", "name": "verbose", "values": { "yes": "true", "no": "false" } },
+ "verbose": { "type": "enum", "values": { "yes": "true", "no": "false" } },
+
+ "recheck": { "type": "void", "name": "cache_use", "value": "positive" },
+ "recheck-all": { "type": "void", "name": "cache_use", "value": "none" },
+ }
+
+ },
+
+ "features": {
+ "builtins": {
+ "output": [ "builtins" ]
+ }
+ }
+}