summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-10-21 10:57:49 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-10-22 20:47:09 +0200
commit4c0ca7dd26d5998f5b4a86eadcf768adafd304a8 (patch)
treea28e862d3153d8b6a87c89b7d99f80e6473d5b0f /bin
parent88f3f33beba48250ac82c92aac239ba4c1b0cdee (diff)
Allow paths with backslashes in qt-configure-module.bat
Fixes: QTBUG-87730 Change-Id: I93172062ec8dfd86529491ffb031edbd2e24592a Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'bin')
-rw-r--r--bin/qt-configure-module.bat.in1
1 files changed, 1 insertions, 0 deletions
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