I'm trying to install Qt 4.4.3 using static libraries on my 64-bit machine, but want it to use 32-bit code (so I can run the executables on 32-bit machines). On the configure line I tried "-platform linux-g++", but that seemed to leave it as 64-bit. I tried "-platform linux-g++-32", but that just reported an error saying target system byte order could not be detected?

How do I got about installing a 32-bit static version of Qt?

Ta, Dave.