vcpkg
vcpkg copied to clipboard
[qt] Update 6.7.0
Hi All,
I'm the maintainer of the digiKam open source software. We use Qt6 and VCPKG to build the Windows installer (currently Qt6.6.1).
https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/vcpkg/01-build-vcpkg.sh?ref_type=heads#L115
As you can see we uses plenty of Qt components.
When the Qt 6.7.0 will be ready, i will give you a fresh feedback after upgrading VCPKG on my WM.
Best
Gilles Caulier
FTR Qt 6.7.0 has a fat bug in qmlcachegen
, https://bugreports.qt.io/browse/QTBUG-123613.
Good work @Neumann-A ! FYI: 6.7.1 is planned to be released today: https://lists.qt-project.org/pipermail/releasing/2024-April/003016.html Though, not sure if it has been delayed or not.
Good work @Neumann-A ! FYI: 6.7.1 is planned to be released today: https://lists.qt-project.org/pipermail/releasing/2024-April/003016.html Though, not sure if it has been delayed or not.
According to https://wiki.qt.io/Qt_6.7_Release the 6.7.1 release is scheduled for 7 May. That date is from 29 April, so it is is 5 days newer that the update you linked from the Qt mailing list.
Good work @Neumann-A ! FYI: 6.7.1 is planned to be released today: https://lists.qt-project.org/pipermail/releasing/2024-April/003016.html Though, not sure if it has been delayed or not.
According to https://wiki.qt.io/Qt_6.7_Release the 6.7.1 release is scheduled for 7 May. That date is from 29 April, so it is is 5 days newer that the update you linked from the Qt mailing list.
Date has been updated to 14 May on https://wiki.qt.io/Qt_6.7_Release, so I don't see any reason to wait for it before merging this PR.
I agree. I already use Qt 6.7.0 under Linux with my project (compiled outside VCPKG) and it work fine. 6.7.1 will probably introduce more tunes to be integrated.