summaryrefslogtreecommitdiffstats
path: root/mkspecs/android-clang/qmake.conf
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kdab.com>2018-11-02 11:41:32 +0200
committerLiang Qi <liang.qi@qt.io>2018-11-19 11:45:20 +0000
commit6fdf398ab4b32c7a70af08191963c4e4f5a885fe (patch)
tree23f99f83877de63f053929e54bd628dc9c7b8d94 /mkspecs/android-clang/qmake.conf
parent5242540ee4bb507b81b9dc78280db61e7bd56520 (diff)
Android: Prepare for the worst, when the NDK will remove all GNU tools
In NDKr18 Google removed GCC, most probably the massacre will not end there and they will remove all GNU tools, so we need to start using LLVM ones. This patch still keeps the compatibility with GNU tools if the Qt was built with android-g++ mkspec. Change-Id: Ibe1979577e08ce63604d55fc5bbd5f64b3737675 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'mkspecs/android-clang/qmake.conf')
-rw-r--r--mkspecs/android-clang/qmake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/android-clang/qmake.conf b/mkspecs/android-clang/qmake.conf
index 1f5e690329..a0a369bb44 100644
--- a/mkspecs/android-clang/qmake.conf
+++ b/mkspecs/android-clang/qmake.conf
@@ -41,6 +41,8 @@ ANDROID_SOURCES_CXX_STL_LIBDIR = $$NDK_ROOT/sources/cxx-stl/llvm-libc++/libs/$$A
ANDROID_STDCPP_PATH = $$ANDROID_SOURCES_CXX_STL_LIBDIR/libc++_shared.so
+ANDROID_USE_LLVM = true
+
exists($$ANDROID_SOURCES_CXX_STL_LIBDIR/libc++.so): \
ANDROID_CXX_STL_LIBS = -lc++
else: \