diff --git a/configure.cmake b/configure.cmake index 743c3193091..78d585f670c 100644 --- a/configure.cmake +++ b/configure.cmake @@ -1131,8 +1131,8 @@ qt_configure_add_report_entry( ) qt_configure_add_report_entry( TYPE NOTE - MESSAGE "Using pthreads" - CONDITION QT_FEATURE_thread + MESSAGE "Enable thread support" + CONDITION QT_FEATURE_thread AND WASM ) qt_configure_add_report_entry( TYPE WARNING diff --git a/configure.json b/configure.json index 27267544401..7d5f6e77a07 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",