Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
-
5441180ec (dev)
Description
The platform plugin (libqwasm.a) is currently linked into the application wasm file as a static library, which duplicates the code and can make it impossible to update Qt independently of the application.
Instead, the platform plugin should be a .so file which gets preloaded at download/startup time.