We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Execute:
vcpkg search qt5
Output:
qt5[latest] Build latest qt version (5.14.1) instead of LTS
But the actual version is 5.14.2 (not 5.14.1) according to #10644 and the CONTROL file of qt5-base:
5.14.2
5.14.1
CONTROL
qt5-base
Feature: latest Description: Build latest qt version (5.14.2) instead of LTS
The text was updated successfully, but these errors were encountered:
Yeah seems like I forgot to update the information in the qt5 metaport and nobody noticed it. Fixed in #10749
Sorry, something went wrong.
JackBoosY
Successfully merging a pull request may close this issue.
Describe the bug
Execute:
Output:
But the actual version is
5.14.2
(not5.14.1
) according to #10644 and theCONTROL
file ofqt5-base
:The text was updated successfully, but these errors were encountered: