-
Notifications
You must be signed in to change notification settings - Fork 22
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.5 support #3
Comments
it seems that 6.5 is indeed supported https://aqtinstall.readthedocs.io/en/latest/CHANGELOG.html |
Yeah, let me check & update) |
Oh, it's a bit early for the release (planned to 30.03.2023 https://wiki.qt.io/Qt_6.5_Release ) - but when it will be out - for sure) |
I don't see any weird changes in the changelog, so most probably it will be an easy update. |
Yeah, ytd started to build the new images and found 1 issue:
Seems related to miurahr/aqtinstall#662 - so will try with master... |
Yeah, with master the installer works, so will need to wait for the release version of aqt to properly build the macos image. But the rest of the images will upload after the testing. |
Ok, most of the tests passed except for mingw, so starting the upload of everything except for mingw and macos. |
The images of android, gcc and wasm are uploaded. The issue with mingw image during tests:
Seems related to this line: https://code.qt.io/cgit/qt/qtbase.git/tree/src/tools/windeployqt/utils.cpp?h=6.5#n774 , but still mysterious why this is happening... Will debug it tomorrow. |
A bit of development - so started the windeployqt with
So tried to run it separately with wine and seems the output of |
With |
@rabits one of the new features in Qt6.5 is multithread support in wasm, we will check if it is enabled and report. |
Yeah, I saw it during preparation of wasm image - and since it's needed some additional things to be used properly, I stay with single-threaded one for now by default to keep backward-compatibility. But for sure - if it's needed for the particular pipeline it's not that hard to prepare a separated image based on single-threaded one. |
Seems v3.1.5 was available since end of march and I did not noticed that) So mac image now can be built and soon will be available) |
Oh that was a busy months, but I checked today mingw with 6.5.1 and it passed the tests! So just pushed the mingw for qt 6.5 and it could be used as usual. 6.5 is done now. |
Dear @rabits
Qt6.5 should be out very soon.
Do you think that you will continue support qt6-docker?
Will the installer be working with 6.5?
thank you in advance and thank you for the very helpful environment
The text was updated successfully, but these errors were encountered: