Android: fix regexp error in android_deployment_settings.prf
This might be related to the change a1947aeffe158a0ea7de3ced1bf8d6a4719a27ef. Change-Id: I1c697e3130abd3eb26776d352a0f9bff0065c8f6 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
This commit is contained in:
parent
2d2c18effc
commit
443a187c91
@ -75,7 +75,7 @@ contains(TEMPLATE, ".*app"):!build_pass:!android-embedded {
|
|||||||
qtFlattenResources()
|
qtFlattenResources()
|
||||||
NEWRESOURCES = $$RESOURCES $$QMLCACHE_RESOURCE_FILES
|
NEWRESOURCES = $$RESOURCES $$QMLCACHE_RESOURCE_FILES
|
||||||
for(resource, NEWRESOURCES) {
|
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
|
# They will be created for each architecture, since they could be different
|
||||||
# we need to account for all of them
|
# we need to account for all of them
|
||||||
for (arch, ANDROID_ABIS): \
|
for (arch, ANDROID_ABIS): \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user