Re: [Development] How to build 32-bit Qt with Qt6/CMake

2020-11-30 Thread Joerg Bornemann
On 11/25/20 4:22 PM, Thiago Macieira wrote: What is the one generated in qtbase/lib/cmake/Qt6/qt.toolchain.cmake for? There, we store information specific to the build of qtbase. It's passed to CMake when you call qt-cmake / qt-configure-module to build further parts of Qt. CMake allows onl

Re: [Development] QThread::create mandatory in Qt 6?

2020-11-30 Thread Robert Löhning
Am 28.11.2020 um 17:56 schrieb Thiago Macieira: On Friday, 27 November 2020 09:11:21 PST Robert Löhning wrote: Indeed. Builds for fuzzing can be done without it, but Google's oss-fuzz uses clang 12.0.0 with flag "-stdlib=libc++". This works fine in 5.15. I don't know about 6.0 yet. I get build

Re: [Development] QThread::create mandatory in Qt 6?

2020-11-30 Thread Thiago Macieira
On Monday, 30 November 2020 03:01:53 PST Robert Löhning wrote: > Am 28.11.2020 um 17:56 schrieb Thiago Macieira: > > On Friday, 27 November 2020 09:11:21 PST Robert Löhning wrote: > >> Indeed. Builds for fuzzing can be done without it, but Google's oss-fuzz > >> uses clang 12.0.0 with flag "-stdlib