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 Port qt5[all] depends on a feature called mysqlplugin, but there's not such feature in port qt5
qt5[all]
mysqlplugin
qt5
Environment
To Reproduce Steps to reproduce the behavior:
Expected behavior ./vcpkg install qt5[all] should work properly.
./vcpkg install qt5[all]
Failure logs
PS C:\Users\zgblc> vcpkg install qt5[all] --recurse --clean-after-build Computing installation plan... Error: could not find feature 'mysqlplugin' in port 'qt5'
Additional context Threre's a mysqlplugin feature in underlying port qt5-base, but no corresponding feature in bundle port qt5.
qt5-base
The text was updated successfully, but these errors were encountered:
cc @Neumann-A
Sorry, something went wrong.
Please install qt5-base[mysqlplugin].
qt5-base[mysqlplugin]
JackBoosY
Successfully merging a pull request may close this issue.
Describe the bug
Port
qt5[all]
depends on a feature calledmysqlplugin
, but there's not such feature in portqt5
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
./vcpkg install qt5[all]
should work properly.Failure logs
Additional context
Threre's a
mysqlplugin
feature in underlying portqt5-base
, but no corresponding feature in bundle portqt5
.The text was updated successfully, but these errors were encountered: