summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kdab.com>2019-11-27 15:52:25 +0200
committerBogDan Vatra <bogdan@kdab.com>2019-11-29 20:24:52 +0200
commitd463a63bb94d3f5c9530790541d9706490e44b3a (patch)
treeaef06c57a30398c8c844b3f178fe855789d4195d /mkspecs/features
parent6ec5a97ebbf65a9283a57b8e5f4192e7ec84a759 (diff)
Set proper TARGET name for libs
When doing a multi ABI build in one go, if the TARGET is the same, we'll endup with only one library which is not okay. Task-number: QTBUG-80351 Change-Id: I0c5ff24480446d671e59dbd5a045f9889dff39e9 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'mkspecs/features')
-rw-r--r--mkspecs/features/android/android.prf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/features/android/android.prf b/mkspecs/features/android/android.prf
index fc0ff553d0..26374cabca 100644
--- a/mkspecs/features/android/android.prf
+++ b/mkspecs/features/android/android.prf
@@ -36,6 +36,7 @@ build_pass {
}
}
} else: contains(TEMPLATE, "lib"):!static:!QTDIR_build:android_install {
+ !contains(TARGET, "_$${QT_ARCH}"): TARGET = $${TARGET}_$${QT_ARCH}
target.path = /libs/$$ANDROID_TARGET_ARCH/
INSTALLS *= target
}