Android: Fix RESOURCES for Android MultiAbI
Pick-to: 5.15 Change-Id: I57560f51115ae560e3133096f402c6c9735f15a6 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
This commit is contained in:
parent
ed2c3f6756
commit
eaa6191307
@ -42,7 +42,7 @@ defineTest(qtFlattenResources) {
|
|||||||
# Android will need a resource file for each architecture make sure it is placed
|
# 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
|
# correctly for other functions that need the right paths for these files
|
||||||
for (arch, ANDROID_ABIS) {
|
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
|
RESOURCES += $$resource_file
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user