[Qt-interest] Cross-compiling Qt (linux -> windows)
Victor Leschuk
vleschuk at gmail.com
Wed Sep 21 21:50:43 CEST 2011
I checked cross-mingw-env, and it looks cool: it even contains almost all
other libs besides Qt needed for my project, and also I need exactly static
linking. Unfortunately it is 32bit only, but I need 64bit, so this would
result in reconfiguring and rebuilding all the cross-env... However it could
be useful for me as configuration example. Currently I have partly built Qt,
getting through some issues like
https://bugreports.qt.nokia.com/browse/QTBUG-13174
https://bugreports.qt.nokia.com//browse/QTBUG-7576
I will create an instruction if I manage to finaly get it built.
On Wed, Sep 21, 2011 at 11:27 PM, Nikos Chantziaras <realnc at arcor.de> wrote:
> 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.)
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110921/5b357a12/attachment.html
More information about the Qt-interest-old
mailing list