summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/wasm/README.md')
-rw-r--r--tests/manual/wasm/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/manual/wasm/README.md b/tests/manual/wasm/README.md
new file mode 100644
index 0000000000..9266f38cc6
--- /dev/null
+++ b/tests/manual/wasm/README.md
@@ -0,0 +1,15 @@
+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