Re: [Development] MSVC2012 in CI

2016-04-07 Thread Friedemann Kleint
Hi, >I'd love to remove it, but it's blocked by https://bugreports.qt.io/browse/QTBUG-51934 >We cannot just remove test coverage without testing some of the features on more modern platforms. We blacklisted the test for the moment, so, we could switch to MSVC2015 now. Regards, Friedemann --

[Development] msvc15 debug/release build crash Qt56 with MT/MTd config option?

2016-04-07 Thread kang joni
I tried to build qtbase 56 using lastest monthly build msvc15 from vcblog Microsoft, and got debug assertion in debug build. Was this supported MT/MTd config option . thanks ___ Development mailing list Development@qt-project.org http://lists.qt-project.o

Re: [Development] msvc15 debug/release build crash Qt56 with MT/MTd config option?

2016-04-07 Thread Joerg Bornemann
On 07/04/2016 14:46, kang joni wrote: I tried to build qtbase 56 using lastest monthly build msvc15 from vcblog Microsoft, and got debug assertion in debug build. What exactly does assert? Is there an assert message? > Was this supported MT/MTd config option . I do not understand this senten

Re: [Development] msvc15 debug/release build crash Qt56 with MT/MTd config option?

2016-04-07 Thread kang joni
Sorry before for my bad english, my point is that by modifying mkspecs\common\msvc-desktop.conf to use /MT or /MTd option in QMAKE_CFLAGS_RELEASE and QMAKE_CFLAGS_DEBUG. You could reproduce this via nuget download to use lastest msvc build using following command: "nuget.exe install VisualCppTools

Re: [Development] msvc15 debug/release build crash Qt56 with MT/MTd config option?

2016-04-07 Thread Koehne Kai
> -Original Message- > From: Development [mailto:development- > Subject: Re: [Development] msvc15 debug/release build crash Qt56 with > MT/MTd config option? > > Sorry before for my bad english, my point is that by modifying > mkspecs\common\msvc-desktop.conf to use /MT or /MTd option in >