Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
5.12.0
-
None
Description
https://wiki.qt.io/Qt_for_WebAssembly
Follow this article to correctly install Emscripten
1: git clone http://code.qt.io/qt/qt5.git
2: git clone http://code.qt.io/qt/qtbase.git
3: git clone http://code.qt.io/qt/qtdeclarative.git
4: git clone http://code.qt.io/qt/qtquickcontrols2.git
./configure -xplatform wasm-emscripten -nomake examples
make module-qtbase module-qtdeclarative module-qtquickcontrols2
make : *** No rule to make target 'module-qtquickcontrils2' . Stop
Try separate compilation:
cd qtquickcontrols2
/usr/local/Qt-5.12.2/bin/qmake
make
The error is shown in figure 2