Skip to content

Commit

Permalink
Update buildVariables.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
offhub authored Nov 23, 2024
1 parent e0720d7 commit b3e2696
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Installer/buildVariables.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,13 @@ set "ghQtBuilds_repo=qt-builds"
set "ghQtBuilds_hash_x86=502e9a36a52918af4e116cd74c16c6c260d029087aaeee3775ab0e5d3f6a2705"
set "ghQtBuilds_hash_x64=673c288feeabd11ec66f9f454d49cde3945cbd3e3f71283b7a6c4df0893b19f2"

echo 1qt_version=%qt_version%
echo 1qt6_version=%qt6_version%

REM catch build_qt6
if not "%~1" == "" (
set "allArgs=%*"
echo set "allArgs=%*"
set "allArgsCatch=%allArgs:build_qt6=%"
echo set "allArgsCatch=%allArgs:build_qt6=%"
if not "%~1" == "" (
if not "%allArgs%" == "%allArgsCatch%" (
set "qt_version=%qt6_version%"
) else (
set "qt_version=%qt_version%"
)
)

echo 2qt_version=%qt_version%
echo 2qt6_version=%qt6_version%

0 comments on commit b3e2696

Please sign in to comment.