PDA

View Full Version : Compiling Qt 32bit on 64bit os..



tgreaves
10th March 2009, 15:39
Im using Vista 64 to compile lgpl Qt.. I want to compile it for a 32 bit os.. How do I do this? When I compiled it and used it in visual studio it says that the module type(64bit) was different than the target machine type (32bit) so I just want to make it all 32 bit..

How do I do this? Is it in option when I configure Qt before I "nmake" it?

wysota
10th March 2009, 22:08
You just have to use a 32bit compiler and pass appropriate platform to configure in case the defailt one is not appropriate.

tgreaves
12th March 2009, 13:34
Got it all working great.. All I needed to do was open the 32-bit VS command window.. I was opening a 64-bit VS command window before..