6.7.2 for WebAssembly
Note
Following database backend is distributed with this version:
- SQLite (distributed with Qt): Built in the package using command
-DFEATURE_sql_sqlite=ON -DFEATURE_system_sqlite=OFF
.
Note
All builds have -DFEATURE_icu=OFF
because I think the ICU library is too big and, in most of the conditions, useless for common users.
Note
All packages are built using emscripten SDK 3.1.50 as recommended in Qt Wiki.
WebAssembly doesn’t support ABI compatibility. You MUST use SDK 3.1.50 for building your own code, otherwise unpredicted error may occur.
All builds have thread feature enabled using -DFEATURE_thread=ON
.
Note
Qt for WebAssembly can only be built to static libs.
Static Builds
Windows Host
Qt6.7.2-WebAssembly-emscripten3.1.50-xWindows-x86_64-MinGW13.2.0-msvcrt-20240621.7z | ||||
---|---|---|---|---|
Download: | SourceForge link | |||
Build Host: | Windows 11 10.0.22631 | Toolchain Version: | emscripten-3.1.50 | |
Notes: |
Linux Host
Qt6.7.2-WebAssembly-emscripten3.1.50-xLinux-x86_64-gcc11.4.1-20240621.tar.xz | ||||
---|---|---|---|---|
Download: | SourceForge link | |||
Build Host: | Rocky Linux 9.4 | Toolchain Version: | emscripten-3.1.50 | |
Notes: |
macOS Host
Qt6.7.2-WebAssembly-emscripten3.1.50-xmacOS-Universal-AppleClang15.0.0-20240621.tar.xz | ||||
---|---|---|---|---|
Download: | SourceForge link | |||
Build Host: | macOS 14.5 | Toolchain Version: | emscripten-3.1.50 | |
Notes: |