Update buildVariables.cmd

This commit is contained in:
offhub 2024-11-24 01:11:15 +03:00 committed by GitHub
parent 93dc649ca2
commit 913362a8c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 5 deletions

View File

@ -12,9 +12,11 @@ set "ghQtBuilds_hash_x64=673c288feeabd11ec66f9f454d49cde3945cbd3e3f71283b7a6c4df
REM catch build_qt6
set "allArgs=%*"
set "allArgs=%allArgs:build_qt6=%
if not "%*" == "%allArgs:build_qt6=%" (
set "allArgsCatch=%allArgs:build_qt6=%"
if not "%~1" == "" (
if not "%allArgs%" == "%allArgsCatch%" (
set "qt_version=%qt6_version%"
) else (
set "qt_version=%qt_version%"
)
)