47ab2edd01
... 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>
10 lines
130 B
Plaintext
10 lines
130 B
Plaintext
#
|
|
# qmake configuration for macx-xcode
|
|
#
|
|
# Mac OS X + XCode
|
|
#
|
|
|
|
include(../$$[QMAKE_XSPEC]/qmake.conf)
|
|
|
|
MAKEFILE_GENERATOR = XCODE
|