From 4c0ca7dd26d5998f5b4a86eadcf768adafd304a8 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 21 Oct 2020 10:57:49 +0200 Subject: Allow paths with backslashes in qt-configure-module.bat Fixes: QTBUG-87730 Change-Id: I93172062ec8dfd86529491ffb031edbd2e24592a Reviewed-by: Oliver Wolff --- bin/qt-configure-module.bat.in | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/qt-configure-module.bat.in') diff --git a/bin/qt-configure-module.bat.in b/bin/qt-configure-module.bat.in index 48fbcceae5..05efc1c0a4 100644 --- a/bin/qt-configure-module.bat.in +++ b/bin/qt-configure-module.bat.in @@ -9,6 +9,7 @@ if "%1" == "" ( ) set module_root=%1 +set module_root=%module_root:\=/% shift if not exist "%module_root%\CMakeLists.txt" ( echo Error: %module_root% is not a valid Qt module source directory. >&2 -- cgit v1.2.3