Hi,
MSYS2 provides prebuilt packages for Qt. I'd suspect the build scripts
of theses packages being a good starting point for building modified
versions of Qt with this toolchain:
Latest:
https://github.com/msys2/MINGW-packages/tree/6a7d1f44862b5cda846d554fd8e6ba6795a6a1cd/mingw-w64-qt6-base
Am 24.08.2023 um 21:42 schrieb Thiago Macieira:
That warning looks like a bug in the compiler instead. So if there's no ill-
effect, I'd just disable and ignore it.
Seems like an easy fix, but breaks user code that explicitly enables
this warning. Guess ignoring is not a good option, if one c
Am 20.07.2023 um 04:21 schrieb Thiago Macieira:
On Wednesday, 19 July 2023 18:55:34 PDT Yang Fan wrote:
I wanted to point out that MSYS2 offers precompiled packages of Qt6 in four
different environments: CLANGARM64, MINGW64, CLANG64, and UCRT64.
Is there any difference between mingw64 and clang
Hi Peppe,
thank you alot for this highly appreciated and super useful feature!
Give up counting how often I forgot the context argument.
Ciao
Mathias
Am 10.07.2023 um 18:02 schrieb Giuseppe D'Angelo via Development:
Hi,
https://codereview.qt-project.org/c/qt/qtbase/+/487560 introduces
QT_NO_
Am 04.05.2023 um 15:51 schrieb Sune Vuorela:
In few cases the implicit conversion to underlying_type is kind of
important.
Especially in the cases where the api has int and is mostly used with
enums or is somehow user extendable.
Qt::ItemDataRole is one of them that comes to mind.
switch(role
My take on qsizetype: Just revert this failed experiment. It's a huge
annoyance for little to no benefit. I'll never understand how this very
broken and incomplete experiment could make it into Qt's main branch at all.
Am 13.09.2022 um 15:12 schrieb Volker Hilsheimer:
On 12 Sep 2022, at 20:04,
Hi,
Just to make ensure all options are considered: How about the elephant
in the room?
How about "simply" implementing JSONC (JSON with Comments) in Qt's JSON
parser instead?
* People wonder regularly when they learnm that there are no comments in
JSON.
* JSONC is used by popular software