[Interest] Qt5 mingw builds
Konrad Rosenbaum
konrad at silmor.de
Tue Jan 8 08:51:01 CET 2013
On Tuesday 08 January 2013 02:21:20 Jason H wrote:
> I'm looking to do some Qt5/QML development, but I only see that vs2010 is
> being published. What free options do we have on mingw? I saw someone
> having trouble mingw64. Is mingw32 any better?
MinGW 32 and 64 bit are not that different, 64bit just needs a patch (for ICU
if I recall correctly).
With vanilla 5.0.0 your only drawback is that WebKit does not work. Everything
else is fine.
See for example:
http://qt-project.org/wiki/Building_Qt_5_from_Git
http://silmor.de/qtstuff.qt5mingw.php
One hint that will make it easier: do not try to use GCC as a cross-compiler!
Like the Mingw32 gcc to compile for 64bits or the Mingw64 gcc to compile
32bits - finding out how and where to apply the correct options on three
different projects will drive you crazy! It is far easier to install both and
use each one for its default target.
Konrad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130108/ecf1c62b/attachment.sig>
More information about the Interest
mailing list