aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'build_msvc/README.md')
-rw-r--r--build_msvc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_msvc/README.md b/build_msvc/README.md
index c3705f6b03..7aad033bef 100644
--- a/build_msvc/README.md
+++ b/build_msvc/README.md
@@ -55,7 +55,7 @@ The instructions below use `vcpkg` to install the dependencies.
PS >py -3 msvc-autogen.py
```
-- 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.
+- 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.
- To build from the command line with the Visual Studio 2019 toolchain use: