Building 64bit Qt on 32bit Xp computer
Posted
by photo_tom
on Stack Overflow
See other posts from Stack Overflow
or by photo_tom
Published on 2010-06-11T15:25:08Z
Indexed on
2010/06/11
16:12 UTC
Read the original article
Hit count: 241
I'm trying to build Qt in a shared 64 bit mode on my 32bit XP system.
I can configure the QMake and start the 64bit build. The problem is that when the build starts, the first thing that happens in that the process builds ui, moc and rcc utility compilers in 64 bit mode, then tries to run them on my 32bit machine.
Does anyone know how to configure the build so that it does not build those compilers first?
© Stack Overflow or respective owner