qt5base-lts/mkspecs/macx-xcode/qmake.conf
Tor Arne Vestbø 47ab2edd01 Make the macx-xcode spec a wrapper around the default spec
... except for MAKEFILE_GENERATOR = XCODE. This means the spec no longer
hard-codes g++, and will work regardless of whether the default spec was
clang or g++.

This require us to set QMAKE_XCODE_GCC_VERSION properly for GCC, so that
additional compilation flags passed by Xcode will match the actual
compiler used.

Task-number: QTBUG-31713
Change-Id: If65140a7471cd16f483036742f1d5b86d0485c52
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2013-06-24 18:22:34 +02:00

10 lines
130 B
Plaintext

#
# qmake configuration for macx-xcode
#
# Mac OS X + XCode
#
include(../$$[QMAKE_XSPEC]/qmake.conf)
MAKEFILE_GENERATOR = XCODE