[Interest] Compiling Qt from source 64 bit on Windows

Thiago Macieira thiago.macieira at intel.com
Tue Mar 15 06:34:06 CET 2016


On terça-feira, 15 de março de 2016 00:04:25 PDT Gunnar Roth wrote:
> Hi Thiago, you probably missed the -static configure option, so Nunos is
> making a static qt build. He really should mention that in the subject
> line. Ordinary 64 bit windows qt 5.6rc builds worked for me without a
> problem with vs2012 an 2015.
> 
> libcpmt.lib is the c++ multithread static lib of visual studio.

I didn't miss them.

The -static option does not make Qt link to the static runtime. It simply 
creates a static library that links to the dynamic runtime. That is known to 
work.

So, like I said, the problem would be the OpenSSL libraries.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list