Skip to content

Commit

Permalink
Update to Qt6.8.1 for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RensDofferhoff authored Dec 12, 2024
1 parent acebfb0 commit 4f0e420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/windows/BuildBotScript.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rem Todo:
rem - [ ] It would be nice if we find a way to consistently read these path variables, so
rem that we don't have to adjust the script for each VC, or Qt update.

set MSVCDIR_DEFAULT=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community
set MSVCDIR_DEFAULT=C:\Program Files\Microsoft Visual Studio\2022\Community

if "%MSVCDIR%"=="" (
set "MSVCDIR=%MSVCDIR_DEFAULT%"
Expand All @@ -27,7 +27,7 @@ cmake -E remove_directory build
cmake -E make_directory build

echo start build
cmake -S . -B build -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=D:/Qt/6.7.3/msvc2019_64
cmake -S . -B build -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=C:/Qt/6.8.1/msvc20122_64

cmake --build build --target all

Expand Down

0 comments on commit 4f0e420

Please sign in to comment.