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

2020-11-16 Thread Thiago Macieira
On Monday, 16 November 2020 14:29:36 PST Sérgio Martins via Development wrote: > > So, what's wrong with llvm-mingw? I'd understood that llvm-mingw and llvm + winlibs were two separate builds. So what's wrong with the former? > Probably the prebuilt toolchain Tony is using (WinLibs) has an old >

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

2020-11-16 Thread Sérgio Martins via Development
On 2020-11-16 21:57, Thiago Macieira wrote: On Monday, 16 November 2020 13:38:06 PST Cristian Adam wrote: LLVM.org clang.exe binary reports the x86_64-pc-windows-msvc target, which is Clang/MSVC. clang-cl is just a different command line options parser, which always sets the *-msvc target. Cl

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

2020-11-16 Thread Thiago Macieira
On Monday, 16 November 2020 13:38:06 PST Cristian Adam wrote: > LLVM.org clang.exe binary reports the x86_64-pc-windows-msvc target, which > is Clang/MSVC. clang-cl is just a different command line options parser, > which always sets the *-msvc target. > > Clang/MinGW is something that ends up in

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

2020-11-16 Thread Cristian Adam
Monday, November 16, 2020 8:14 PM Thiago Macieira wrote: >> Qt 6 at the moment can be complied with Clang, which will map the mkspec >> win32-clang-g++. > Indeed, but that is Clang/MinGW. This is not Clang-cl/MSVC. And Allan says > Clang-cl/MSVC works, so what is this option you're trying to ad

Re: [Development] How to build unit tests & examples on demand with Qt6/CMake?

2020-11-16 Thread Thiago Macieira
On Monday, 16 November 2020 11:19:11 PST Alexandru Croitor wrote: > With the configure line you posted, all tests will be configured and built > as part of the default 'all' target. > > If you wish the default all target not to build all tests (but still > configure the tests and build them manual

Re: [Development] How to build unit tests & examples on demand with Qt6/CMake?

2020-11-16 Thread Alexandru Croitor
Hi, With the configure line you posted, all tests will be configured and built as part of the default 'all' target. If you wish the default all target not to build all tests (but still configure the tests and build them manually / explicitly), you can configure with -DQT_NO_MAKE_TESTS=ON. Note

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

2020-11-16 Thread Thiago Macieira
On Monday, 16 November 2020 11:03:08 PST Cristian Adam wrote: > > Tony, what environment exactly were you using? How is winlibs.com > > different from the standard MS STL? > > Winlibs is shipping GCC MinGW and Clang built for the GNU MinGW target. Why would we want Winlibs? What value is this add

[Development] How to build unit tests & examples on demand with Qt6/CMake?

2020-11-16 Thread Thiago Macieira
With Qt5, I just did: ./configure -nomake tests -nomake examples [...] And for each one I needed, I just ran qmake directly. For example: mkdir -p tests/auto/corelib cd tests/auto/corelib qmake $srcdir make qmake_all cd serialization/qcborvalue make check mkdir -p examples/corelib/seriali

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

2020-11-16 Thread Cristian Adam
> -Original Message- > From: Development On Behalf Of > Thiago Macieira > Sent: Monday, 16 November 2020 17:34 > To: development@qt-project.org > Subject: Re: [Development] QThread::create mandatory in Qt 6? > > On Sunday, 15 November 2020 23:55:24 PST Allan Sandfeld Jensen wrote: > > > ✗

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

2020-11-16 Thread Thiago Macieira
On Sunday, 15 November 2020 23:55:24 PST Allan Sandfeld Jensen wrote: > > ✗ clang-cl with MS STL (currently broken) > > It is? I often use this when building qtwebengine for Windows. Been > advocating for an automated test for a while. Tony, what environment exactly were you using? How is winlib

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

2020-11-16 Thread Sérgio Martins via Development
On 2020-11-15 16:29, Thiago Macieira wrote: On Sunday, 15 November 2020 04:34:49 PST Kevin Kofler via Development wrote: Thiago Macieira wrote: > At least one platform -- not a main one -- will stop working. IMHO, it would be useful in such cases to specify which platform you are talking abou

[Development] ci-files01-hki server to be restarted at 11.35 today

2020-11-16 Thread Andrey Leman
From: Andrey Leman Sent: Monday, November 16, 2020 12:24 PM To: development@qt-project.org Subject: ci-files01-hki server to be restarted at 11.30 today Hi, ci-files01-hki.intra.qt.io will be restarted at 11.35 (GMT+2) to apply some changes. Expected downtime is couple minutes, some CI builds mi

[Development] Qt 6.0.0 Beta5 released

2020-11-16 Thread Jani Heikkinen
Hi Everyone, We have published Qt 6.0 Beta5. You can update it to the existing online installation by using the maintenance tool or use the qt online installer to do a new installation. src packages are available in the qtaccount and in the download.qt.io as well. Delta to the beta4 attached.