Fix compilation for Mac OS X

CONFIG += c++11
does not work with clang atm.

Change-Id: I7750b333296ccedf999d2610cca126530f737777
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
Thomas Hartmann
2013-04-17 11:18:27 +02:00
committed by Christian Stenger
parent 9bfb5e3eef
commit e311761b57

View File

@@ -6,7 +6,9 @@ QT += core gui widgets qml quick network v8
QT += core-private qml-private quick-private gui-private script-private v8-private
CONFIG += c++11
!macx {
CONFIG += c++11
}
DEFINES += QWEAKPOINTER_ENABLE_ARROW