Skip to content

Commit

Permalink
Android: fix regexp error in android_deployment_settings.prf
Browse files Browse the repository at this point in the history
This might be related to the change
a1947ae.

Change-Id: I1c697e3130abd3eb26776d352a0f9bff0065c8f6
Reviewed-by: Kai Koehne <[email protected]>
  • Loading branch information
Issam-b committed Jun 16, 2020
1 parent 2d2c18e commit 443a187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkspecs/features/android/android_deployment_settings.prf
Original file line number Diff line number Diff line change
Expand Up @@ -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): \
Expand Down

0 comments on commit 443a187

Please sign in to comment.