summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/README.md
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2021-08-12 18:40:08 +0200
committerMorten Johan Sørvig <morten.sorvig@qt.io>2021-08-27 15:45:24 +0200
commit82f14a95b5d2b41a47bc1ba65c2c9b880dd4accb (patch)
treed5bac4f6786fc363f24bb4e8914a17dd31ec7d3e /tests/manual/wasm/README.md
parentc6362cd55c53b7990fce5ca6dc532f6d855ea690 (diff)
wasm: add manual tests for main() and exec()
Add minimal examples which demonstrates how exec() works on Qt for WebAssembly and how to implement main() without calling QApplication::exec(). Change-Id: I44f1d16af19c538380cc56faf3f0f4cc9d66cf11 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'tests/manual/wasm/README.md')
-rw-r--r--tests/manual/wasm/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/wasm/README.md b/tests/manual/wasm/README.md
index 4b205027db..23dffe6045 100644
--- a/tests/manual/wasm/README.md
+++ b/tests/manual/wasm/README.md
@@ -9,4 +9,5 @@ Content
-------
cursors Cursor handling
+ eventloop Event loops, application startup, dialog exec()
localfiles Local file download and upload