Skip to content

Commit f113ef1

Browse files
committed
And bump Qt and MSVC in randomly located script
1 parent 5679023 commit f113ef1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

COMPILING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Download and install Qt e.g via the [official open source installer](https://www
7878

7979
**Note:**
8080
- Use the free GPLv2 license for Open Source development, not the commercial "universal installer"
81-
- Select Components during installation: Expand the Qt section, find the matching version, preferrably **Qt 5.15.2**, and add the compiler components for your compiler, e.g., `MSVC 2019 32-bit/64-bit` for Visual Studio 2019
81+
- Select Components during installation: Expand the Qt section, find the matching version. To match the Github builds, you will need to check the versions in `windows/deploy_windows.ps2`. This gives both the Qt and MSVC versions (e.g. 6.8.1 and msvc2022_64 for a 64bit release).
8282

8383
If you build with *JACK* support, install JACK via choco: `choco install --no-progress -y jack`
8484

windows/deploy_windows.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
param (
22
# Replace default path with system Qt installation folder if necessary
33
[string] $QtInstallPath32 = "C:\Qt\5.15.2",
4-
[string] $QtInstallPath64 = "C:\Qt\5.15.2",
4+
[string] $QtInstallPath64 = "C:\Qt\6.8.1",
55
[string] $QtCompile32 = "msvc2019",
6-
[string] $QtCompile64 = "msvc2019_64",
6+
[string] $QtCompile64 = "msvc2022_64",
77
# Important:
88
# - Do not update ASIO SDK without checking for license-related changes.
99
# - Do not copy (parts of) the ASIO SDK into the Jamulus source tree without

0 commit comments

Comments
 (0)