summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2018-10-03 15:04:32 +0200
committerMorten Johan Sørvig <morten.sorvig@qt.io>2018-10-18 20:31:08 +0000
commit94a829689efdd33562e2aeb78e8a408b5c1c10a8 (patch)
treea97d6c0545b8ce5f983850ba4c96fdf22fecc636 /configure.json
parent34633627bab55ced39872fac3c1909769aef12da (diff)
wasm: disable thread configure option
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 <lorn.potter@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
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 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": {