diff --git a/configure.cmake b/configure.cmake index 743c319309..78d585f670 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 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",