Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.11.0
-
None
Description
Every Qt module installer component calls addOperation("QtPatch") with the same install path, which means that for every module that is installed, all already installed files are processed, not just the ones that are being installed in the particular component.
At least on macOS, this causes system utils (otool, install_name_tool) to be called several times for each binary, which takes unnecessarily long time.
Attachments
Issue Links
- duplicates
-
QTIFW-1180 Patch those files only that are inside the 7z, not the whole installation directory
- Closed