Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.8.0
-
None
-
318ac4406 (dev), 012f827c2 (6.8)
Description
If you have a project with multiple QML modules you want to use the "all_aotstats" target to get statistics for QML compilation as documented here:
Once one of the modules in your application uses the "--only-bytecode" flag for qmlcachegen, the aostats can't be created anymore.
Expected outcome:
The all_aostats target should still work and list the compilation statistics for all files it actually compiled.