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:
parent
88f3f33beb
commit
4c0ca7dd26
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user