summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-g++40/qmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* add TARGET_PLATFORM to qmakespecs with MAKEFILE_GENERATOR = UNIXOswald Buddenhagen2010-02-261-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 Sorvig2009-09-101-0/+20
This has one known use case: compiling with the 10.4u SDKi on 10.6.