qt5base-lts/mkspecs/features/android
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
..
android_deployment_settings.prf Use libc++ instead of libstdc++ when compiling with android-clang mkspec 2017-08-23 12:47:58 +00:00
android.prf Revert "don't overwrite pre-existing INSTALL for target" 2017-06-27 10:38:40 +00:00
resolve_target.prf don't auto-create install targets for static libs 2017-06-17 06:47:59 +00:00
sdk.prf Android: Make SDK detection its own qmake feature 2016-04-25 07:41:54 +00:00