diff options
| author | ruki <[email protected]> | 2020-09-24 22:43:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-24 22:43:49 +0800 |
| commit | 00c3ea3a17594bbfd566f9dc5b592abdee4e66a2 (patch) | |
| tree | 85cc8e42998768cc649b2bf100876fb3d825ab2b /xmake/rules/qt/xmake.lua | |
| parent | 0a16fbb6015cac803db1a119e3fa85d15bfabf0f (diff) | |
improve wasm platform
Diffstat (limited to 'xmake/rules/qt/xmake.lua')
| -rw-r--r-- | xmake/rules/qt/xmake.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/rules/qt/xmake.lua b/xmake/rules/qt/xmake.lua index 52524da47..d8f85c207 100644 --- a/xmake/rules/qt/xmake.lua +++ b/xmake/rules/qt/xmake.lua @@ -21,11 +21,6 @@ -- define rule: qt/wasm application rule("qt._wasm_app") add_deps("qt.env") - before_load(function (target) - if is_plat("wasm") then - target:set("filename", target:basename() .. ".js") - end - end) after_build(function (target) local qt = target:data("qt") local pluginsdir = qt and qt.pluginsdir |
