Do not use C++0x on Mac until Mac OSX Lion is released (current gcc is too old).
This commit is contained in:
@@ -57,6 +57,7 @@ mac{
|
||||
CONFIG += x86
|
||||
CONFIG -= ppc
|
||||
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
|
||||
QMAKE_CXXFLAGS -= -std=gnu++0x
|
||||
|
||||
# for universal-compilation on PPC-Mac uncomment the following line
|
||||
# on Intel-Mac you have to comment this line out or build will fail.
|
||||
|
||||
Reference in New Issue
Block a user