summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorLi Xinwei <1326710505@qq.com>2021-04-29 22:29:32 +0800
committerLi Xinwei <1326710505@qq.com>2021-04-29 23:09:06 +0800
commitebf91d1d13ddc058115f0062a499d0e39e0e957b (patch)
tree37a4537b4938e1e1bbba2b0d362fc1d1364bd03f /configure.json
parent2ecd0f4194dd23dd0917df81007c933cfcd4e6a5 (diff)
Fix wrong note "Using pthreads" and only show it for WASM
MSVC does not have pthreads. "QT_FEATURE_thread" should mean "Enable thread support". And I think this note is only meaningful for WASM. For other platforms, thread support should be enabled by default. amends 4972fdb350fe79e18b0413e74028cd9b9803f96b Change-Id: I5a4fc05219c9b2ff9c6e54fd444b4b94230727bb Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.json b/configure.json
index 2726754440..7d5f6e77a0 100644
--- a/configure.json
+++ b/configure.json
@@ -1514,8 +1514,8 @@
},
{
"type": "note",
- "condition": "features.thread",
- "message": "Using pthreads"
+ "condition": "features.thread && config.wasm",
+ "message": "Enable thread support"
},
{
"type": "error",