[Qt-interest] Licensing
Paul Miller
paul at fxtech.com
Fri Jun 4 21:57:54 CEST 2010
On 6/2/2010 2:35 PM, Malyushytsky, Alex wrote:
>>> So why am I interested in statical linking?
>>> For one, it is often the preferred method by the user - a single working executable
> and not bunch of files and/or library dependencies.
>
> Which platform you at?
>
> AFAIK static linking is not supported on Windows at least with MSVC.
> You are forced to link against dynamic CRTs.
> You may try to change compiler settings, but I faced runtime problems in a few cases (repeatable) and support just stated that static CRTs are not supported.
It works. You just need ALL of your support libraries (including Qt) to
be built as static libraries.
More information about the Qt-interest-old
mailing list