qt5base-lts/tests/manual/wasm
Morten Sørvig 4d6decf628 wasm: always build asyncify tests for eventloop_auto
Add a runtime test for asyncify availability; skip tests
if asyncify is not available. Add new build target which
builds with asyncify enabled.

Change-Id: Idaeff0a24aa01525927b012af2a0ba135c7839c3
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2022-08-17 04:52:46 +02:00
..
a11y CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers 2022-07-28 14:46:53 +02:00
clipboard Add license headers to cmake files 2022-08-03 17:14:55 +02:00
cursors Add license headers to cmake files 2022-08-03 17:14:55 +02:00
eventloop wasm: always build asyncify tests for eventloop_auto 2022-08-17 04:52:46 +02:00
localfiles Use the local file APIs to save/load files on WASM 2022-08-12 20:32:29 +02:00
network CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers 2022-07-28 14:46:53 +02:00
qstdweb Use the local file APIs to save/load files on WASM 2022-08-12 20:32:29 +02:00
qtwasmtestlib wasm: add "skip" support to qtwasmtestlib 2022-08-17 04:52:46 +02:00
rasterwindow Add license headers to cmake files 2022-08-03 17:14:55 +02:00
CMakeLists.txt Add license headers to cmake files 2022-08-03 17:14:55 +02:00
README.md wasm: add qtwasmtestlib 2022-06-29 15:09:02 +02:00

Manual tests and examples for Qt on WebAssembly

These examples demonstrates various technical aspects of the Qt for WebAssambly platform port, and can be used as a reference when writing application code.

Content

cursors         Cursor handling
eventloop       Event loops, application startup, dialog exec()
localfiles      Local file download and upload
rasterwindow    Basic GUI app, event handling
qtwasmtestlib   native auto test framework