tags:

views:

70

answers:

0

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?