-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.10.0 Beta4
-
None
-
Windows 10 22H2 host; macOS 14.7.2 host
-
-
af66bdfbc3ea741819fa5c5855c9ab6889ec4864
Steps to reproduce
- In Qt Creator, create a new Qt Widgets Application using the default settings
- Build it in Debug mode using Qt for WASM 6.9.2 + Emscripten 3.1.70
- Build it in Debug mode using Qt for WASM 6.10.0-beta4 + Emscripten 4.0.7
Expected outcomes (Qt 6.9.2)
It builds successfully
Actual outcomes (Qt 6.10.0)
The project fails to build:
wasm-ld: error: C:/Qt/6.10.0/wasm_singlethread/lib/libQt6Core.a(qproperty.cpp.o): undefined symbol: QtPrivate::BindingStatusOrList::setStatusAndClearList(QBindingStatus*)
This occurs for me with:
- Both qmake and CMake
- Both Windows and macOS hosts
(but the Desktop kits are fine)