Library for Qt for WebAssembly?
-
Hi and welcome to devnet,
There's no special library name, it's a specific Qt build.
-
What is exactly your goal with that Docker image ?
-
@SGaist I'm kinda green at all this :)
Goal: modify existing Dockerfile to bring in Qt for Webassembly.
So I have an existing Dockerfile that sets up a Qt development environment (licenced).
I was looking for a Qt for Webassembly lib that could be installed alongside everything else like in:RUN zypper --non-interactive install libqt5-qtbase libQt5Core-devel libQt5Sensors5 libQt5Xml-devel libQt5Network-devel libQt5Sql-devel libQt5Test-devel libQt5Concurrent-devel libavahi-devel libqt5-qtscript-devel libqt5-qtserialport-devel libqt5-qttools-devel libqt5-qtdeclarative-devel
But there isn't one, so I guess I need to do the build in the Dockerfile?
-
Either you build Qt yourself or use the online installer to grab it pre-built.
-
I think you can indeed but I haven't done it.
-
There are a few docker for qt webassembly already around:
https://github.com/Zebreus/qt-webassembly-docker
https://github.com/guerinoni/qt-wasmand instructions:
https://www.qt.io/blog/2019/03/05/using-docker-test-qt-webassembly