[Development] Suggested addition to wiki.qt.io/Coding_Conventions

Joerg Bornemann joerg.bornemann at theqtcompany.com
Thu May 21 14:14:38 CEST 2015


On 21-May-15 14:54, Marc Mutz wrote:

> Compile a QtCore debug version with an MSVC version that doesn't support
> rvalue refs, try to link against an application compiled with an MSVC version
> that does?

You (usually) cannot build your application with MSVC X and link against 
a Qt that was built with MSVC Y, because the runtimes are incompatible.


BR,

Joerg



More information about the Development mailing list