From eaa619130735fadf915bd43a76d5bbf312a97214 Mon Sep 17 00:00:00 2001 From: BogDan Vatra Date: Fri, 22 May 2020 12:48:46 +0300 Subject: [PATCH] Android: Fix RESOURCES for Android MultiAbI Pick-to: 5.15 Change-Id: I57560f51115ae560e3133096f402c6c9735f15a6 Reviewed-by: Andy Shaw --- mkspecs/features/resources_functions.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkspecs/features/resources_functions.prf b/mkspecs/features/resources_functions.prf index fe2dc17d4d8..9b7c4091215 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 } }