Details
-
Task
-
Resolution: Won't Do
-
P3: Somewhat important
-
5.12.0 Alpha
-
None
Description
Currently we are making our own extra compilers for qmake to copy the shell files of the WebAssembly application into the destination folder.
Ideally, we should use the COPIES mechanism for this, but unfortunately we could not make it work (seems like it has some magic in it when stripping away the base name from the target name, due to being primarily intended to create installation steps for things in Qt modules?
Anyway, we need to revisit this later when we can get help on what the correct syntax is.