-
Notifications
You must be signed in to change notification settings - Fork 24
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
Qt6.8 support #17
Comments
I hope not that hard - we're relying on aqt here and, for example, wasm is still unavailable via aqt for 6.7... So I will start to work on preparing 6.8 soon. |
Android & gcc were relatively easy to do - so just completing the tests and uploading in a matter of minutes. |
Unfortunately mingw & mac ones have some complications, so will take some time to prepare them... |
Hey @rabits . Could you try aqt 3.2.0 to install mingw & wasm? They should be fixed |
Hi @vkuznetsovgn , yeah I saw the release and now trying to make it work on ubuntu 20.04. It seems they've moved to python >= 3.9 ( https://github.com/miurahr/aqtinstall/blob/master/pyproject.toml#L23C1-L23C26 ) - but ubuntu 20.04 have 3.8 by default and I see package python3.9, but it causes some issues. So continuing to check how to make it working in the best way... Last resort will be to update to ubuntu 22.04 or maybe move to debian, but that I think will be too dramatic of a change. |
Found a relatively easy solution, so going through the preparation process... |
Ok, wasm now is there, just pushed the image to dockerhub & updated the master branch as well |
Now macos is also here - I had to build apple clang and thought arm64e will be here, but no luck - Qt binaries does not support it. So anyway at least the x86_64 + arm64 is working fine. |
is it planned to add support to Qt6.8?
is there any change that can make it complicated to support?
The text was updated successfully, but these errors were encountered: