Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.9
-
None
-
-
5ff542493 (dev), 2ec1667e7 (6.9)
Description
In qtbase/mkspecs/common/wasm/wasm.conf:
QMAKE_DISTCLEAN += *.html *.js *.wasm
This is too generic and causes other html or js files beside the .pro file to be deleted. Should likely be using the TARGET name in there somewhere?