summaryrefslogtreecommitdiffstats
path: root/configure.bat
diff options
context:
space:
mode:
Diffstat (limited to 'configure.bat')
-rw-r--r--configure.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.bat b/configure.bat
index a5968e2ec7..c5daabfa65 100644
--- a/configure.bat
+++ b/configure.bat
@@ -84,6 +84,16 @@ goto doneargs
:help
type %QTSRC%\config_help.txt
+ if %TOPLEVEL% == true (
+ for /d %%p in ("%TOPQTSRC%"\qt*) do (
+ if not "%%p" == "%QTSRC%" (
+ if exist "%%p\config_help.txt" (
+ echo.
+ type "%%p\config_help.txt"
+ )
+ )
+ )
+ )
exit /b 1
:redo