qt: update to Qt 6.7.0 from Qt 6.6.2
Qt 6.7.0 was released on April 02: https://www.qt.io/blog/qt-6.7-released.
Request review @robUx4, @chub.
Close #28576 (closed).
Merge request reports
Activity
added 7 commits
- bdb98b60 - contrib: qtdeclarative: disable network and ssl features
- fba9090e - contrib: qtbase: do not build Qt Network
- 94385679 - contrib: qt: optimize size if debug info is forced
- 9e532bba - contrib: qtvlcdeps: add plugin qmacstyle on macx
- c207818a - contrib: qt: use dynamic opengl
- e34f1f35 - qt: import QMacStylePlugin on MacOS
- 866f51fd - qt: update to Qt 6.7.0
Toggle commit listHere is how VLC looks with the Qt Windows 11 "Modern" style:
Context menus also seem to have updated style. It is also dark if the system theme is dark.
Edited by Fatih Uzunoğluadded MRStatus::NotCompliant label
- Resolved by Fatih Uzunoğlu
- Resolved by Fatih Uzunoğlu
- Resolved by Fatih Uzunoğlu
- Resolved by Fatih Uzunoğlu
Please separate the modules modification from the contribs one.
added 7 commits
- a0403653 - qt: update to Qt 6.7.0
- 07958a64 - contrib: qtbase: use the version variable for pkg check
- 8d6d53df - contrib: qtsvg: use the version variable for pkg check
- 8b7fcff8 - contrib: qtshadertools: use the version variable for pkg check
- 908ec7f8 - contrib: qtdeclarative: use the version variable for pkg check
- 9c5f47b0 - contrib: qt5compat: use the version variable for pkg check
- 0b38081e - contrib: update to Qt 6.7.0
Toggle commit listadded MRStatus::InReview label and removed MRStatus::NotCompliant label
- Resolved by Steve Lhomme
Apart from the first and last, the other (contrib) patches can already be merged for 6.6.
- Resolved by Steve Lhomme
added Component::Interface: Qt label
changed milestone to %4.0
- Resolved by Steve Lhomme
Theoretically the version check of the contribs should be the minimum we support for VLC 4 (6.2?). But that means it should be a "global" variable that each qt contrib can use. We may set this value in
qt/rules.mak
because the .mak seem to be included in alphabetical order. Otherwise it should be set incontrib/main.mak
.This can be done in a MR later.
added MRStatus::NotCompliant label and removed MRStatus::InReview label