[Development] QtCS5: Venue, Registration and CfP

2025-03-05 Thread Pedro Bessa via Development
Hi everyone, We have just opened registrations for our Qt Contributor Summit 2025! In a nutshell: * May 7-8 (+9), 2025 * Munich, Germany Welcome Event, May 7th > BalanDeli (Balanstraße 73/Haus 31, 81541 München) Qt Contributor Summit, May 8th > Maritim Hotel Munich (Goethestraße 7, 8033

Re: [Development] Regarding QML cache strict version compatibility

2025-03-05 Thread Ulf Hermann via Development
Hi, According to `Unit::verifyHeader()` @ `qv4compileddata.cpp`, the version needs to strictly match: This is a thorny issue. The Qt version check was put in along with a number of other checks back when they invented the QML disk cache. There was no detailed reasoning for the individual che

Re: [Development] Regarding QML cache strict version compatibility

2025-03-05 Thread Lars Knoll via Development
> On 5 Mar 2025, at 10:49, Ulf Hermann via Development > wrote: > > Hi, > >> According to `Unit::verifyHeader()` @ `qv4compileddata.cpp`, the version >> needs to strictly match: > > This is a thorny issue. The Qt version check was put in along with a number > of other checks back when they