Re: [Development] Build Qt 5 in 32-bit with mingw-builds 4.7.2

2012-10-12 Thread Oswald Buddenhagen
On Thu, Oct 11, 2012 at 04:23:43PM -0700, Thiago Macieira wrote: > On quinta-feira, 11 de outubro de 2012 18.44.39, Stephen Chu wrote: > > I just installed mingw-build 4.7.2 on Windows 7 64-bit. I then > > configured Qt 5 this way: > > > > configure -developer-build -opensource -confirm-license -n

Re: [Development] Build Qt 5 in 32-bit with mingw-builds 4.7.2

2012-10-11 Thread Thiago Macieira
On quinta-feira, 11 de outubro de 2012 18.44.39, Stephen Chu wrote: > I just installed mingw-build 4.7.2 on Windows 7 64-bit. I then > configured Qt 5 this way: > > configure -developer-build -opensource -confirm-license -nomake tests > -nomake examples -c++11 > > > The built libraries are in 64

[Development] Build Qt 5 in 32-bit with mingw-builds 4.7.2

2012-10-11 Thread Stephen Chu
I just installed mingw-build 4.7.2 on Windows 7 64-bit. I then configured Qt 5 this way: configure -developer-build -opensource -confirm-license -nomake tests -nomake examples -c++11 The built libraries are in 64-bit. How do I configure Qt 5 to build 32-bit libs? Thanks.