Skip to content
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

Open
kornava opened this issue Oct 9, 2024 · 8 comments
Open

Qt6.8 support #17

kornava opened this issue Oct 9, 2024 · 8 comments
Assignees
Labels
enhancement New feature or request

Comments

@kornava
Copy link

kornava commented Oct 9, 2024

is it planned to add support to Qt6.8?
is there any change that can make it complicated to support?

@rabits
Copy link
Member

rabits commented Oct 10, 2024

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.

@rabits rabits self-assigned this Oct 10, 2024
@rabits rabits added the enhancement New feature or request label Oct 10, 2024
@rabits
Copy link
Member

rabits commented Oct 10, 2024

Android & gcc were relatively easy to do - so just completing the tests and uploading in a matter of minutes.

@rabits
Copy link
Member

rabits commented Oct 11, 2024

Unfortunately mingw & mac ones have some complications, so will take some time to prepare them...

@vkuznetsovgn
Copy link

Hey @rabits .

Could you try aqt 3.2.0 to install mingw & wasm? They should be fixed

@rabits
Copy link
Member

rabits commented Jan 30, 2025

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.

@rabits
Copy link
Member

rabits commented Jan 30, 2025

Found a relatively easy solution, so going through the preparation process...

@rabits
Copy link
Member

rabits commented Jan 31, 2025

Ok, wasm now is there, just pushed the image to dockerhub & updated the master branch as well

@rabits
Copy link
Member

rabits commented Feb 1, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants