summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2022-08-09 08:13:51 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-09 07:10:37 +0000
commit060dc236870dc1a74268d8c597facd83d6561872 (patch)
tree94a3c628d7124db69758ca971a83db6fa3adce04
parentc5a0db2e0ff6605b400ef65f3e3fb9eee6668d53 (diff)
downloadqtmultimedia-060dc236870dc1a74268d8c597facd83d6561872.tar.gz
Partially revert "wasm: update and fix qwasmaudiodevice"
This reverts CMakeLists.txt changes from commit 731e6b6f510b01e496860a208d304789aa72fca3. After this revert qtmultimedia is build even QT_FEATURE_thread is not set. Reason for revert: QTBUG-105299 Change-Id: Ia20c74fcead4297206332a3fdce46648dc443a8b Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com> (cherry picked from commit 41773428670b38d3a351ddee2ee6cad69344a2b4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 96b2f8cb3..033d02ec5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,10 +21,5 @@ if(NOT TARGET Qt::Network)
message(NOTICE "Skipping the build as the condition \"TARGET Qt::Network\" is not met.")
return()
endif()
-if(NOT QT_FEATURE_thread)
- message(NOTICE "Skipping the build as the QT_FEATURE_thread is not met.")
- return()
-endif()
-
qt_build_repo()