diff --git a/mkspecs/features/android/android_deployment_settings.prf b/mkspecs/features/android/android_deployment_settings.prf index 7cda5096b1f..c97fb9d6ac4 100644 --- a/mkspecs/features/android/android_deployment_settings.prf +++ b/mkspecs/features/android/android_deployment_settings.prf @@ -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): \