Be more verbose on required environment variables
Make sure to document both variables are required when invoking cmake. Otherwise, one might be omitted causing side-effects. Change-Id: I3390df1cb5352ea6113952c99fcedef5336f2fc1 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
e5bf0290d9
commit
fda455d34d
@ -29,7 +29,7 @@ You may use vcpkg to install dependencies needed to build QtBase.
|
||||
* Set the ``VCPKG_DEFAULT_TRIPLET`` environment variable to ``qt-x64-windows-static`` or ``qt-x86-windows-static``
|
||||
* Set the ``VCPKG_ROOT`` environment variable to the path where you cloned vcpkg
|
||||
* Build Qt dependencies: ``vcpkg install @qt-packages-windows.txt``
|
||||
* When running cmake in qtbase, support for vcpkg will be picked up automatically when the VCPKG_ROOT environment variable is set.
|
||||
* When running cmake in qtbase, support for vcpkg will be picked up automatically when the VCPKG_ROOT/VCPKG_DEFAULT_TRIPLET environment variable is set.
|
||||
|
||||
# Building against homebrew on macOS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user