diff -r 5dc02b23752f -r 3e2da88830cd src/declarative/qml/qdeclarativecompiledbindings.cpp --- a/src/declarative/qml/qdeclarativecompiledbindings.cpp Tue Jul 06 15:10:48 2010 +0300 +++ b/src/declarative/qml/qdeclarativecompiledbindings.cpp Wed Aug 18 10:37:55 2010 +0300 @@ -64,7 +64,7 @@ Q_GLOBAL_STATIC(QDeclarativeFastProperties, fastProperties); -#ifdef __GNUC__ +#if defined(Q_CC_GNU) && (!defined(Q_CC_INTEL) || __INTEL_COMPILER >= 1200) # define QML_THREADED_INTERPRETER #endif