summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kde.org>2020-05-22 12:48:46 +0300
committerBogDan Vatra <bogdan@kdab.com>2020-05-22 13:43:04 +0000
commiteaa619130735fadf915bd43a76d5bbf312a97214 (patch)
tree74effc5d7d6e31420207162181ed574dbea7b75f /mkspecs
parented2c3f67565d1cf2c8b989d763449c1cf8f8899a (diff)
Android: Fix RESOURCES for Android MultiAbI
Pick-to: 5.15 Change-Id: I57560f51115ae560e3133096f402c6c9735f15a6 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
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
}
}