On terça-feira, 31 de dezembro de 2013 19:59:00, Till Oliver Knoll wrote:
> I've never played myself with that, but AFAIK all compiler/linker settings
> are in so-called "qmake specification" files, located in some subfolder of
> your Qt source directory. But I would not be surprised if the /MT switch
> was not already set in the "MSVC2010" (?) spec file.

We use /MD and /MDd by default, which tell MSVC to use the multi-threaded DLL 
version of the assembly.

/MT and /MTd select the multi-threaded static version. They work, but you need 
to recompile everything and compile Qt in static mode.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to