-
Notifications
You must be signed in to change notification settings - Fork 83
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 installing Qt6 6.8.0 on Windows #251
Conversation
Thanks, should probably update the |
@jurplel Ping - Can we get a release with this PR? Official Qt 6.8.0 is almost ready for GA Also note, there's an option for msvc2022 in Qt 6.7.3 too |
Qt 6.8.0 has been officially released now. |
WARNING : Specified Qt version "6.8.0" did not exist when this version of aqtinstall was released. This may not install properly, but we will try our best. Qt 6.8.0 seems to be not detected. Qt 6.8.0 was released |
@Nelson-numerical-software |
Thanks but with win64_msvc2022_64 same trouble: |
That helped a little; if you notice the error about packages not found, qt_base was resolved on your newer run. Unfortunately the qtwebengine issue is an upstream problem with aqtinstall I believe. |
Seems like the owner of this repo has abandoned it. |
Confirmed without webengine, QT6.8 installed :) (Thanks for your help) |
webengine related issue from upstream |
There is indeed an issue trying to cross-compile ARM64 from an X64 host but it's not install-qt-action's fault. I submitted a PR upstream to aqtinstall. And I can use my forked repo via install-qt-action's As for compiling from a Windows ARM64 host, no idea, but that's not really a thing yet with GitHub's runners. |
Please, everyone. This PR is about fix installing Qt6 6.8.0 on Windows using install-qt-action. |
Thank you for the contribution and sorry for the delay. |
Qt switched to MSVC 2022
Fixes #250