Update dependency Qt to 6.6.0

This commit is contained in:
Dan Paulat 2023-11-17 05:49:23 -06:00
parent c331f4a1e4
commit 92800a2d36
5 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
call tools\setup-common.bat
mkdir build-release
cd build-release
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CONFIGURATION_TYPES=Release -DCMAKE_PREFIX_PATH=C:/Qt/6.5.3/msvc2019_64 ..
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CONFIGURATION_TYPES=Release -DCMAKE_PREFIX_PATH=C:/Qt/6.6.0/msvc2019_64 ..
pause