qt5base-lts/mkspecs/features/mac
Oswald Buddenhagen 2c9d15d73c fix QMAKE_DEFAULT_*DIRS resolution with apple SDK
the code got factored out to an own toolchain.prf file, which is
load()ed from default_pre.prf, so no change at first.
however, on mac, we shadow toolchain.prf, and make it load() sdk.prf
first.

a side effect of this is that project files may not override
QMAKE_MAC_SDK any more, which seems to be no big loss. it is still
possible to override the sdk on the configure command line (but note
that this only ever worked for the target sdk).

it has also become harder to disable the use of an sdk altogether:
putting CONFIG-=sdk into a project file or the qmake command line has no
effect now. instead, it's possible to put it into .qmake.{conf,cache}.
to make it simpler again, it's conceivable to finally add qmake -pre,
which would allow setting variables before default_pre.prf is executed.

Change-Id: I149e0540c00745fe8119fffd146283bb214f22ec
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-09-15 20:01:33 +00:00
..
unsupported Add tool to namespace Objective-C classes at link time 2016-01-29 14:41:21 +00:00
default_post.prf fix QMAKE_DEFAULT_*DIRS resolution with apple SDK 2016-09-15 20:01:33 +00:00
default_pre.prf fix QMAKE_DEFAULT_*DIRS resolution with apple SDK 2016-09-15 20:01:33 +00:00
objective_c.prf Distinguish between Objective-C and Objective-C++ sources 2015-10-09 15:15:17 +00:00
rez.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
sdk.prf xcodeSDKInfo: return the correct path based on the specified SDK. 2016-02-18 04:34:05 +00:00
toolchain.prf fix QMAKE_DEFAULT_*DIRS resolution with apple SDK 2016-09-15 20:01:33 +00:00