PDA

View Full Version : -platform linux-g++-32 flag for qsa?



larry104
21st December 2006, 04:21
Hi,

I need to compile my qt stuff on a 64bit machine creating 32bit executable. So, I installed qt using the -platform linux-g++-32 flag in the configure script. QSA's configure script does not have that flag - does any one know how to get 32bit QSA libs on a 64 bit machine?

Thanks

wysota
21st December 2006, 10:50
Maybe you should just compile it with a 32 bit compiler?

larry104
21st December 2006, 20:46
I figured it out - if $QTDIR is set properly (pointing to a 32bit qt) QSA will compile accordingly.