[Qt-interest] Cross-compiling Qt (linux -> windows)
Nikos Chantziaras
realnc at arcor.de
Wed Sep 21 21:27:29 CEST 2011
On 09/21/2011 10:15 PM, David GARCÍA GARZÓN wrote:
> -----Mensaje Original-----
> De Nikos Chantziaras<realnc at arcor.de>
> Enviado Mié 21/09/2011 16:06
> Nah, what you need is this:
>
> http://www.nongnu.org/mingw-cross-env
>
> Everything else is way to complicated.
>
> cross-mingw-env is so cool. The problem with cross-mingw-env is that it links all
> libraries in static to 'solve' the dll hell. But I needed dll's to use plugins
You can use most plugins with a static Qt:
http://doc.qt.nokia.com/latest/plugins-howto.html#static-plugins
You can also use cross-env to build shared libraries by modifying the
*.mk files (the configure options are in there.)
More information about the Qt-interest-old
mailing list