Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
6.0.0 Beta1
Description
For certain features in webassembly - namely pthreads/thread feature, the pthread libraries only become available when passing
'-s USE_PTHREADS=1' to the linker, otherwise the config test will fail when the user requests building the threaded version of webassembly. (threads are off by default)
We need a way to add linker flags to the config test for a feature when the user requests a certain feature.
Attachments
Issue Links
- relates to
-
QTBUG-78647 wasm: build wasm app using cmake for Qt 6
- Closed