Update Qt to 6.7.2

This commit is contained in:
Dan Paulat 2024-06-30 22:13:44 -05:00
parent 86bd48a12f
commit d78ecf7f7a
5 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@ call tools\setup-common.bat
set build_dir=build-release
set build_type=Release
set qt_version=6.7.1
set qt_version=6.7.2
mkdir %build_dir%
cmake -B %build_dir% -S . ^