-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[qt5] fails to build on linux due to atlmfc dependency #4645
Comments
atlmfc is a windows only package. seems odd that qt5 would reference it. |
It seems the problem is that:
|
How one can make |
qt4-winextras is a windows only Qt5 plugin so it is okay that it references it. It looks like someone added |
Now we can build qt5 in linux, but some qt5 components like |
Hi,
I'm trying to add a new package (cutelyst) that depends on Qt5, when I vcpkg install qt5 I get an issue when with atlmfc package:
The text was updated successfully, but these errors were encountered: