summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/qstdweb/files_auto.html
diff options
context:
space:
mode:
authorMikolaj Boc <mikolaj.boc@qt.io>2022-12-29 17:54:29 +0100
committerMikolaj Boc <mikolaj.boc@qt.io>2023-06-20 09:08:03 +0200
commit1f6cac0da9c31b67f5cb5850ce52a4622e57b4d5 (patch)
treec053e1b0e4d39c2436c150eb4208ecab6023bad3 /tests/manual/wasm/qstdweb/files_auto.html
parentdb9e206deecab7b78dd2177d4bcaf6415fb84c94 (diff)
Make WASM export names different across modules
The export name is now ${TARGET_NAME}Entry. This can also be overridden by using QT_WASM_EXPORT_NAME, both in CMake and qmake Change-Id: I59c97ae6e22f0b2720716e9d7eff7b6b13d37ab5 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'tests/manual/wasm/qstdweb/files_auto.html')
-rw-r--r--tests/manual/wasm/qstdweb/files_auto.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/wasm/qstdweb/files_auto.html b/tests/manual/wasm/qstdweb/files_auto.html
index 71e8088dfb..9027fdc660 100644
--- a/tests/manual/wasm/qstdweb/files_auto.html
+++ b/tests/manual/wasm/qstdweb/files_auto.html
@@ -6,7 +6,7 @@
<script type="text/javascript" src="files_auto.js"></script>
<script>
window.onload = () => {
- runTestCase(document.getElementById("log"));
+ runTestCase(files_auto_entry, document.getElementById("log"));
};
</script>
<p>Running files auto test.</p>