build: Bump default PlatformToolset for Visual Studio 2022

This commit is contained in:
Hennadii Stepanov
2022-06-26 11:27:16 +02:00
parent 460c6c7248
commit 05b2d9fe07
3 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ Building
1. Use Python to generate `*.vcxproj` for the Visual Studio 2022 toolchain from Makefile:
```cmd
python build_msvc\msvc-autogen.py -toolset v143
python build_msvc\msvc-autogen.py
```
2. An optional step is to adjust the settings in the `build_msvc` directory and the `common.init.vcxproj` file. This project file contains settings that are common to all projects such as the runtime library version and target Windows SDK version. The Qt directories can also be set. To specify a non-default path to a static Qt package directory, use the `QTBASEDIR` environment variable.