Skip to content

Commit

Permalink
Allow paths with backslashes in qt-configure-module.bat
Browse files Browse the repository at this point in the history
Fixes: QTBUG-87730
Change-Id: I93172062ec8dfd86529491ffb031edbd2e24592a
Reviewed-by: Oliver Wolff <[email protected]>
  • Loading branch information
jobor committed Oct 22, 2020
1 parent 88f3f33 commit 4c0ca7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/qt-configure-module.bat.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c0ca7d

Please sign in to comment.