[Development] HEADS-UP: Branching from '6.8' to '6.8.3' done

2025-03-04 Thread Jani Heikkinen via Development
Hi! We have branched '6.8.3' from '6.8' now. So from now on all changes targeted to Qt 6.8.3 release must have 'Pick-to: 6.8.3'. As usual, staging in '6.8.3' is restricted to release team only and we will monitor incoming changes automatically. The target is to release Qt 6.8.3 18th March 2025.

[Development] [Announce] Qt 6.5.5 Opensource released

2025-03-04 Thread List for announcements regarding Qt releases and development via Announce via Development
Hi all, we have released Qt 6.5.5 opensource today: * release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.5/release-note.md * source packages in download.qt.io: * https://download.qt.io/official_releases/qt/6.5/6.5.5/ * https://download.qt.io/offic

[Development] Regarding QML cache strict version compatibility

2025-03-04 Thread Fatih Uzunoğlu
Hello, According to `Unit::verifyHeader()` @ `qv4compileddata.cpp`, the version needs to strictly match: ```     if (qtVersion != quint32(QT_VERSION)) {     *errorString = QString::fromUtf8("Qt version mismatch. Found %1 expected %2")    .arg(qtVersion, 0, 16).