mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Summary: With Qt 5.9, the install executable changed from coreutils 'install' to qmake. This changed the behaviour for symbol links and wild cards. Previously, the symbol link target was installed as deep copy but with the name of the symbol link on MacOS. Now qmake just creates a new symbol link everywhere. Wild cards at install time also do not work anymore. Install files are only resolved properly, if they existed when qmake was running. This is not the case for our build products. To address both issues, we need to manually call cp command. cp command does deep copy symbol links, therefore copy only one with the major version number only. Reviewers: #swift_pilot_client, msutcliffe Reviewed By: #swift_pilot_client, msutcliffe Subscribers: msutcliffe, jenkins Differential Revision: https://dev.swift-project.org/D38