Merge pull request #31213 from acowley/qt5-cmake-cleanup

qt5: fix cmake cleanup on darwin
This commit is contained in:
Daiderd Jordan 2017-11-04 16:51:56 +01:00 committed by GitHub
commit a9f13a4614
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ qtQmlPrefix=@qtQmlPrefix@
qtDocPrefix=@qtDocPrefix@
_qtRmCMakeLink() {
find "${!outputLib}" -name "*.cmake" -type l | xargs rm
find "${!outputLib}" -name "*.cmake" -type l -delete
}
postInstallHooks+=(_qtRmCMakeLink)