summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2019-08-28 16:06:28 +0200
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2019-08-28 15:51:49 +0000
commitfda455d34de47bf8857f8bf128d93f33179706c8 (patch)
tree061e8acfeadf743a383d472e56624e33b7d08291
parente5bf0290d9249846f385b05046e82b8261be6b6c (diff)
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>
-rw-r--r--cmake/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/README.md b/cmake/README.md
index 4a72dee1a0..33b6a96b73 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -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