miurahr / aqtinstall

aqt: Another (unofficial) Qt CLI Installer on multi-platforms
https://aqtinstall.readthedocs.io/en/latest/
MIT License
893 stars 83 forks source link

Fix *.prl files handling #739

Closed iakov closed 7 months ago

iakov commented 7 months ago

Fix problem with *.prl files (also patch *.pc files too) that contain incorrect library's path without patching. Seems like Qt's packages for 15.x fix this problem internally, but for some previous versions (namely, 5.11) this is a reproducible problem (as has been shown by #738)

This is a combined PR based on #738 (improved CI showing the problem) with fix from #640. Fixes #738 Closes #640

iakov commented 7 months ago

It really helps: https://dev.azure.com/trikset/aqtinstall/_build/results?buildId=1400&view=logs&j=4a0dadba-b014-54f8-0bf6-a2ee97567f21&t=f7cb4e1f-77dd-5be2-be6a-0e1fc5abfb48&l=12090 Compare to #738

miurahr commented 7 months ago

Thank you!