http://doc.trolltech.com/4.6/qmake-advanced-usage.html#platform-scope-values
On Nokia's QMake documentation it notes that there are at least 3 platform scope values: win32, macx and unix. The documentation states:
In addition to the win32, macx, and unix values used in many scope conditions, various other built-in platform and compiler-specific values can be tested with scopes.
However, I can't find a list of them anywhere; does anyone know where this information can be found. Also, "win" and "mac" seem to work in place of win32 and macx... aliases?