From 34633627bab55ced39872fac3c1909769aef12da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Wed, 3 Oct 2018 14:08:10 +0200 Subject: 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 --- configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.json') 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", -- cgit v1.2.3