Allow paths with backslashes in qt-configure-module.bat

Fixes: QTBUG-87730
Change-Id: I93172062ec8dfd86529491ffb031edbd2e24592a
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
Joerg Bornemann 2020-10-21 10:57:49 +02:00
parent 88f3f33beb
commit 4c0ca7dd26

View File

@ -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