qt5base-lts/mkspecs/macx-icc
Thiago Macieira 4c2953fbcd Disable C++11 support for ICC on OS X
ICC does support C++11, but the Apple headers contain invalid code that
Clang seems to accept. In C++11 mode, code using CF_ENUM expands to:

  typedef enum EnumName : CFIndex EnumName; enum EnumName {

Which is valid Objective C++, but not valid C++.

Bug reports to Intel and to Apple are pending.

Discussed-on: https://groups.google.com/a/isocpp.org/d/msg/std-discussion/yDfkDo6C0BM/EVWzwjVbyh4J
Change-Id: I7d501e94212a90f5c7197a3b56016dadac2c44ad
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2014-06-28 02:16:10 +02:00
..
Info.plist.app qmake: Pick up default bundle prefix from Xcode preferences 2013-10-31 12:33:55 +01:00
Info.plist.lib Add Info.plist templates for the macx-icc makespec 2013-08-05 17:11:15 +02:00
qmake.conf Disable C++11 support for ICC on OS X 2014-06-28 02:16:10 +02:00
qplatformdefs.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00