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 } }