Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add TARGET_PLATFORM to qmakespecs with MAKEFILE_GENERATOR = UNIX | Oswald Buddenhagen | 2010-02-26 | 1 | -0/+1 |
| | | | | | | | | | | the unix makefile generator can make files for "regular" unixes and macos (the difference being the framework handling). so far, the output choice was hard-wired to the host platform. the previous commit made that soft-configurable, and this one exploits this capability to enable limited cross-building. Reviewed-by: mariusSO | ||||
* | Add a mkspec for selecting gcc-4.0 on Mac OS X. | Morten Sorvig | 2009-09-10 | 1 | -0/+20 |
This has one known use case: compiling with the 10.4u SDKi on 10.6. |