summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2018-10-03 14:14:23 +0200
committerLiang Qi <liang.qi@qt.io>2018-11-11 09:10:17 +0000
commite72613000edc46f3f2b354a698202ac0a4a32fb3 (patch)
treeca0ad78e6bcf04956a26d280bcf0b65525a46253 /configure.json
parent98c789eb0fb36493254d60cddce4a1eaa6a1665b (diff)
wasm: skip examples by default
This removes the need for specifying "-nomake examples" on the configure line. We are using static builds; building all of the examples is too space and time consuming (especially time). Change-Id: Iff23239ca7304b1d1cf734c8bf69ad3f8ef31844 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 522bd34e9b..7c79b5c582 100644
--- a/configure.json
+++ b/configure.json
@@ -1203,6 +1203,7 @@
},
"compile_examples": {
"label": "Compile examples",
+ "autoDetect": "!config.wasm",
"output": [ "privateConfig" ]
},
"incredibuild_xge": {