I suspect that, if you force Qt to compile in 32-bit, things will run a lot smoother. One of the things that changed in Snow Leopard is that the default compiles are 64-bit. Adding -m32 to the compilation and link options fixed all the issues I was having with building our Qt based apps.
|