diff options
author | Oswald Buddenhagen <oswald.buddenhagen@qt.io> | 2016-11-18 21:10:36 +0100 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@qt.io> | 2016-12-13 18:55:37 +0000 |
commit | d004e086a26529bcd1cc950341f71f77953c3866 (patch) | |
tree | 8c79b263842ebb3b7c281eb7a3a0a160a32fba00 /configure.json | |
parent | 8ebc7e967c5d245ffab5dcbf666fc01a4df4fe6a (diff) | |
download | qtbase-d004e086a26529bcd1cc950341f71f77953c3866.tar.gz |
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 'configure.json')
-rw-r--r-- | configure.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.json b/configure.json index 5a5536936a..92b6f659ad 100644 --- a/configure.json +++ b/configure.json @@ -64,7 +64,6 @@ "commercial": "void", "compile-examples": { "type": "boolean", "name": "compile_examples" }, "confirm-license": "void", - "continue": "void", "dbus": { "type": "optionalString", "values": [ "no", "yes", "linked", "runtime" ] }, "dbus-linked": { "type": "void", "name": "dbus", "value": "linked" }, "dbus-runtime": { "type": "void", "name": "dbus", "value": "runtime" }, |