aboutsummaryrefslogtreecommitdiff
path: root/toolchain/deployment-file-qt514.json.in
diff options
context:
space:
mode:
authorGabriel Souza Franco <gabrielfrancosouza@gmail.com>2020-09-12 17:37:26 -0300
committerAleix Pol Gonzalez <aleixpol@kde.org>2020-09-16 14:56:34 +0000
commit0577d42ac40cac24a07d4555d1253996f1baed5a (patch)
tree0c3575404c7e9d640920638d21ff515482740ce5 /toolchain/deployment-file-qt514.json.in
parent7b05256f9e8a5d87a4aa2a3a9b84ec9ce8a65fe5 (diff)
downloadextra-cmake-modules-0577d42ac40cac24a07d4555d1253996f1baed5a.tar.gz
extra-cmake-modules-0577d42ac40cac24a07d4555d1253996f1baed5a.tar.bz2
Fix find_library on Android with NDK < 22
Diffstat (limited to 'toolchain/deployment-file-qt514.json.in')
-rw-r--r--toolchain/deployment-file-qt514.json.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/deployment-file-qt514.json.in b/toolchain/deployment-file-qt514.json.in
index 65e2a0b8..5ef02040 100644
--- a/toolchain/deployment-file-qt514.json.in
+++ b/toolchain/deployment-file-qt514.json.in
@@ -11,7 +11,7 @@
##EXTRALIBS##
##EXTRAPLUGINS##
"android-package-source-directory": "$<TARGET_PROPERTY:create-apk-${QTANDROID_EXPORTED_TARGET},ANDROID_APK_DIR>",
- "stdcpp-path": "@CMAKE_SYSROOT@/usr/lib",
+ "stdcpp-path": "@ANDROID_SYSROOT_PREFIX@/lib",
"sdkBuildToolsRevision": "@ANDROID_SDK_BUILD_TOOLS_REVISION@",
"android-min-sdk-version": "@ANDROID_API_LEVEL@",
"android-target-sdk-version": "@ANDROID_SDK_COMPILE_API@",