http://doc.qt.digia.com/4.6/qmake-advanced-usage.html#platform-scope-values
The Nokia QMake documentation notes that there are at least three values ββfor the platform area: win32, macx, and unix. The documentation states:
In addition to the win32, macx, and unix values ββused in many coverage conditions, various other built-in values ββfor the platform and compiler can be tested using scopes.
However, I cannot find them anywhere; Does anyone know where this information can be found. Also, "win" and "mac" seem to work instead of win32 and macx ... aliases?
qt documentation qmake nokia
Jake petroules
source share