From 94a829689efdd33562e2aeb78e8a408b5c1c10a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Wed, 3 Oct 2018 15:04:32 +0200 Subject: [PATCH] wasm: disable thread configure option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This removes the need for “-no-feature thread”. Thread support will be added at later point in time, see QTBUG-64625. Change-Id: I4d1dedd527aa83d6033bf108f5f34e759517b954 Reviewed-by: Lorn Potter Reviewed-by: Oswald Buddenhagen --- configure.json | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.json b/configure.json index 949e9b6f7b..522bd34e9b 100644 --- a/configure.json +++ b/configure.json @@ -1119,6 +1119,7 @@ "label": "Thread support", "purpose": "Provides QThread and related classes.", "section": "Kernel", + "condition": "!config.wasm", "output": [ "publicFeature" ] }, "future": {