Android: fix regexp error in android_deployment_settings.prf

This might be related to the change
a1947aeffe.

Change-Id: I1c697e3130abd3eb26776d352a0f9bff0065c8f6
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
This commit is contained in:
Assam Boudjelthia 2020-06-08 10:44:50 +03:00
parent 2d2c18effc
commit 443a187c91

View File

@ -75,7 +75,7 @@ contains(TEMPLATE, ".*app"):!build_pass:!android-embedded {
qtFlattenResources()
NEWRESOURCES = $$RESOURCES $$QMLCACHE_RESOURCE_FILES
for(resource, NEWRESOURCES) {
contains(resource, ".*\\qmake_qmake_immediate.qrc$") {
contains(resource, ".*qmake_qmake_immediate\\.qrc$") {
# They will be created for each architecture, since they could be different
# we need to account for all of them
for (arch, ANDROID_ABIS): \