Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.12.0, 5.12.1
Description
Qt cannot be configured for wasm-emscripten target with commercial license. Used configure line:
./configure -xplatform wasm-emscripten -nomake examples -prefix $PWD/qtbase
And the output is:
Error: Unsupported target platform wasm-emscripten! ERROR: You are not licensed to use this software.
The Open Source Edition doesn't have this problem. Tested on macOS only.