qt5base-lts/mkspecs/features/wasm
Mikolaj Boc 44d3d87930 Use a sanitized JS export name for WASM modules (qmake)
Previously, a target name with a JS special character (like, -, for
example), would lead to an invalid export name being generated for
WASM modules. Sanitize these by replacing any non-alphanumeric
character with underscores, as is done for feature names.
This is a qmake version of 58a47edda1

Fixes: QTBUG-115506
Change-Id: I7c84076be54da91cf0f707c1613afc382acdcb83
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io>
2023-07-27 19:24:28 +02:00
..
default_pre.prf wasm: fix loading of default_pre.prf 2020-02-15 05:34:52 +10:00
emcc_ver.prf wasm: update emscripten to 3.1.37 2023-06-26 07:58:11 +02:00
wasm.prf Use a sanitized JS export name for WASM modules (qmake) 2023-07-27 19:24:28 +02:00