Re: [Development] Monthly CI maintenance break - February (Mon 7th Feb 2022)

2022-02-10 Thread Thiago Macieira
On Sunday, 30 January 2022 23:57:15 PST Ville-Pekka Karhu wrote: > Hi all! > > > > We’ll have our scheduled maintenance break on next Monday (7th of February). > We’ll begin our work at 6:00 UTC and you can prepare for 6 hours of CI not > working. Can someone check about this stuck integration?

Re: [Development] Heads-UP: Proposal for Qt 6.4 milestones & schedules

2022-02-10 Thread Edward Welbourne
Jani Heikkinen (3 February 2022 09:10) wrote: > - Let's stop releasing the official alpha release and move to the beta > phase immediately after branching from 'dev'. Originally we had > 'alpha' as a milestone after feature freeze where it is possible to > build Qt by yourself, but binaries a

Re: [Development] MinGW with UCRT and Qt

2022-02-10 Thread Martin Storsjö
On Thu, 10 Feb 2022, Björn Schäpers wrote: Am 10.02.2022 um 05:06 schrieb Thiago Macieira: On Wednesday, 9 February 2022 16:35:00 PST Björn Schäpers wrote: What would be the best way for that? I don't think you want a #if defined(Q_CC_MSVC) || defined(_UCRT), or do you? No, an #ifdef _UCRT s

Re: [Development] MinGW with UCRT and Qt

2022-02-10 Thread Björn Schäpers
Am 10.02.2022 um 05:06 schrieb Thiago Macieira: On Wednesday, 9 February 2022 16:35:00 PST Björn Schäpers wrote: Hi, I'm upgrading my build environment and switched my MinGW GCC from MSVCRT to UCRT. I'm not very far in compiling Qt, but get the following warnings: qdatetime.cpp:2372:35: warnin