qt5base-lts/mkspecs/android-clang
BogDan Vatra 09ea013ae1 Use libc++ instead of libstdc++ when compiling with android-clang mkspec
clang+libc++ is the only supported way by Google nowadays.
libstdc++ is too old and already fails to build some C++11 apps
e.g. missing std::to_string().

android-g++ mkspec still uses libstdc++ and g++.

Use -isystem to include system headers instead of QMAKE_INCDIR_POST (-I).

Task-number: QTBUG-60455
Change-Id: Iba8b04594c2e5e2832e6cf480e4e52ff31ad4106
Reviewed-by: Sérgio Martins <sergio.martins@kdab.com>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
2017-08-23 12:47:58 +00:00
..
qmake.conf Use libc++ instead of libstdc++ when compiling with android-clang mkspec 2017-08-23 12:47:58 +00:00
qplatformdefs.h mkspecs: Replace LGPL21 with LGPL license header 2017-03-03 07:26:43 +00:00