qt5base-lts/mkspecs/macx-ios-clang/features
Tor Arne Vestbø 4c980d2e9b Explicitly use libstdc++ for non-C++11 static builds
Otherwise the compiler may choose libc++ based on the deployment target,
and we'll end up with broken builds due to the mismatch between the two
libraries, eg:

Undefined symbols for architecture x86_64:
  "std::ios_base::Init::Init()", referenced from:
      __GLOBAL__I_a in libQt5Qml.a(qv4object.o)
      ...
  "std::ios_base::Init::~Init()", referenced from:
      __GLOBAL__I_a in libQt5Qml.a(qv4object.o)
      ...
  "std::__throw_length_error(char const*)", referenced from:
      ...

This problem is not iOS specific, which is why the logic is moved
to the more generic mac/default_post.prf.

Change-Id: I28b94e614f9167fc0db84bbf1c88dd97d5629938
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2014-01-28 02:33:40 +01:00
..
default_post.prf Explicitly use libstdc++ for non-C++11 static builds 2014-01-28 02:33:40 +01:00
default_pre.prf iOS: Fix simulator build by enabling SSE2 code paths 2014-01-18 18:50:14 +01:00
qt_config.prf iOS: Add default QT_ARCH for configure tests to our own qt_config.prf 2013-10-18 15:36:05 +02:00
qt_parts.prf iOS: Disable tests for all other modules than qtbase 2014-01-25 03:04:38 +01:00
qt.prf iOS: Use in-place string renaming to rename main() instead of ld 2014-01-06 20:58:28 +01:00