Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix *.prl files handling #739

Merged
merged 4 commits into from
Nov 28, 2023
Merged

Conversation

iakov
Copy link
Contributor

@iakov iakov commented Nov 27, 2023

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

*.prl are qmake's library descriptions like *.pc are for package-config,
and contain incorrect paths for some archives/modules (at least qttools is bad in 5.11)

Also .pc can be used with mingw via MSYS's pkgconfig, and should be
patched on Windows too.
@iakov iakov marked this pull request as ready for review November 27, 2023 11:33
@miurahr miurahr merged commit b40f73a into miurahr:master Nov 28, 2023
18 checks passed
@miurahr
Copy link
Owner

miurahr commented Nov 28, 2023

Thank you!

@iakov iakov deleted the pr/full_fix_prl_files branch November 28, 2023 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants