summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2018-10-03 14:08:10 +0200
committerMorten Johan Sørvig <morten.sorvig@qt.io>2018-10-18 20:30:53 +0000
commit34633627bab55ced39872fac3c1909769aef12da (patch)
tree0e7bbb57aa907e76c6e406ff2a875ec08bc94380 /configure.json
parent83d56811ec95dc27d095da0fb55632ea46e4bea3 (diff)
wasm: force static builds
This removes the need for specifying "-static" on the configure line. Shared builds are on the roadmap (QTBUG-63925), but not currently supported. Change-Id: I7f72ac702bc77304abfa6a962cb1139c25fb5e35 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
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 3702c24f63..949e9b6f7b 100644
--- a/configure.json
+++ b/configure.json
@@ -582,7 +582,7 @@
"shared": {
"label": "Building shared libraries",
"autoDetect": "!config.uikit",
- "condition": "!config.integrity",
+ "condition": "!config.integrity && !config.wasm",
"output": [
"shared",
"publicFeature",