summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/data
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-18 21:10:36 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-13 18:55:37 +0000
commitd004e086a26529bcd1cc950341f71f77953c3866 (patch)
tree8c79b263842ebb3b7c281eb7a3a0a160a32fba00 /mkspecs/features/data
parent8ebc7e967c5d245ffab5dcbf666fc01a4df4fe6a (diff)
move definition of configure -continue switch to builtins
... where it actually belongs, as it should work in each repo in a modular build. Change-Id: I5463f0bcacb239900bed0b0f7be9cf32a3eab04e Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'mkspecs/features/data')
-rw-r--r--mkspecs/features/data/configure.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/features/data/configure.json b/mkspecs/features/data/configure.json
index 20a83025e6..8e5ff5f0a4 100644
--- a/mkspecs/features/data/configure.json
+++ b/mkspecs/features/data/configure.json
@@ -7,6 +7,8 @@
"v": { "type": "enum", "name": "verbose", "values": { "yes": "true", "no": "false" } },
"verbose": { "type": "enum", "values": { "yes": "true", "no": "false" } },
+ "continue": "void",
+
"recheck": { "type": "void", "name": "cache_use", "value": "positive" },
"recheck-all": { "type": "void", "name": "cache_use", "value": "none" },