mkspecs: Add macx-clang-libc++ and macx-clang-libc++-32
authorBradley T. Hughes <bradley.hughes@nokia.com>
Wed, 13 Jun 2012 11:37:14 +0000 (13:37 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 20 Jun 2012 13:45:07 +0000 (15:45 +0200)
commit1618ef236bc632e3369289ceb672c4a05c48ed35
tree7832c7b2f3b54b39ab16172e3a1af96371f21233
parent5f9d3867275787e5f9284d78503c0e0d60c2a3b5
mkspecs: Add macx-clang-libc++ and macx-clang-libc++-32

Use these mkspecs to switch to the new libc++ C++ runtime library, which
in turn makes it possible to enable C++11 support with clang.

Change-Id: If92908592f8bee4829a1bad747fe396f527d26c7
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
mkspecs/macx-clang-libc++-32/qmake.conf [new file with mode: 0644]
mkspecs/macx-clang-libc++-32/qplatformdefs.h [new file with mode: 0644]
mkspecs/macx-clang-libc++/qmake.conf [new file with mode: 0644]
mkspecs/macx-clang-libc++/qplatformdefs.h [new file with mode: 0644]