I have written a program under Windows environment and now I'd like to compile the source for Linux, Unix, Mac-OS (or at least some of them, most importantly Mac). The problem is that I only know windows and I don't know ANYTHING about the others. This leads me to asking some basic and boring questions:

1. I know Qt code is cross platform. Are there any modifications in the code you have to make to compile for other platforms? (Apart from the obvious, like "never use right mouse button on Mac").

2. Do I really have to aquire a separate computer for each type of compilation? Can my windows machine compile for other platforms? If yes, what needs to be done? My plan is to compile all of them statically.

3. Is there anything Mac-, Unix-, Linux-specific about Qt4.3.3 that I should be aware of? Any pitfalls that you guys are aware of?

4. Windows version of Qt uses MingW. What about the other platforms?

Thanks a lot!