You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
467 B
11 lines
467 B
--- old/qtbase/mkspecs/android-clang/qmake.conf
|
|
+++ new/qtbase/mkspecs/android-clang/qmake.conf
|
|
@@ -47,7 +47,7 @@ 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++
|
|
+ ANDROID_CXX_STL_LIBS = -lc++_shared
|
|
else: \
|
|
ANDROID_CXX_STL_LIBS = $$ANDROID_SOURCES_CXX_STL_LIBDIR/libc++.so.$$replace(ANDROID_PLATFORM, "android-", "")
|