summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-07-06 14:03:47 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-08 13:03:02 +0000
commita15b9d3910279101b29967ea01b81d89010c81e3 (patch)
tree0ea0efddd46795d48c9784689f2cf4be4502623d /configure.json
parentc85fdc68d1f8374750033f156d03616d5c5d1ed4 (diff)
Fix compile-examples command line option
Map it to the correct feature name. Change-Id: I7e2128e66a575ae7e562018b766d25f85c64c961 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 4316b57c05..7f44a54670 100644
--- a/configure.json
+++ b/configure.json
@@ -47,7 +47,7 @@
"avx512": "boolean",
"c++std": "cxxstd",
"commercial": "void",
- "compile_examples": "boolean",
+ "compile-examples": { "type": "boolean", "name": "compile_examples" },
"confirm-license": "void",
"continue": "void",
"cups": "boolean",