From c0122d9202f5ba2461058d71c2157842d427a217 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Thu, 1 Oct 2020 12:11:35 +0300 Subject: Android: unify deployment-settings.json path to unix format Always use unix path formats for qmake and cmake builds. Task-number: QTBUG-87066 Change-Id: I9d54c2ca687d28e38542850e3e18b6184513a9af Reviewed-by: Joerg Bornemann --- mkspecs/features/android/android_deployment_settings.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs') diff --git a/mkspecs/features/android/android_deployment_settings.prf b/mkspecs/features/android/android_deployment_settings.prf index 6ee670b6c6..c351aa5e69 100644 --- a/mkspecs/features/android/android_deployment_settings.prf +++ b/mkspecs/features/android/android_deployment_settings.prf @@ -1,7 +1,7 @@ contains(TEMPLATE, ".*app"):!build_pass:!android-embedded { defineReplace(emitString) { - return("\"$$replace(1, \\\\, \\\\)\"") + return("\"$$clean_path($$1)\"") } FILE_CONTENT = "{" -- cgit v1.2.3