I'm converting an existing C program to run in the Qt4 environment and I want to conditionally compile parts of it depending upon the target environment (Win32, *NIX, etc.). What are the symbols defined for the different targets?

Thanks.