summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kde.org>2020-05-22 12:48:46 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-05-22 18:42:17 +0000
commit50fc5f4077e98e9dd2f86dfdb826075952d7fc36 (patch)
tree011f0cca3e6f7b2c3115655fa7691a6477290fd5 /mkspecs
parent9b8ad6a17e9211aae245f0d08a2d2e69eaae17cd (diff)
Android: Fix RESOURCES for Android MultiAbI
Change-Id: I57560f51115ae560e3133096f402c6c9735f15a6 Reviewed-by: Andy Shaw <andy.shaw@qt.io> (cherry picked from commit eaa619130735fadf915bd43a76d5bbf312a97214) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/resources_functions.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/resources_functions.prf b/mkspecs/features/resources_functions.prf
index fe2dc17d4d..9b7c409121 100644
--- a/mkspecs/features/resources_functions.prf
+++ b/mkspecs/features/resources_functions.prf
@@ -42,7 +42,7 @@ defineTest(qtFlattenResources) {
# Android will need a resource file for each architecture make sure it is placed
# correctly for other functions that need the right paths for these files
for (arch, ANDROID_ABIS) {
- resource_file = $$absolute_path($$RCC_DIR/qmake_$${resource}.qrc, $$OUT_PWD/$$arch)
+ resource_file = $$absolute_path($$RCC_DIR/$$arch/qmake_$${resource}.qrc, $$OUT_PWD)
RESOURCES += $$resource_file
}
}