summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-09-18 09:21:20 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-09-18 07:26:14 +0000
commit7885beec154e9a89f55c028e10ef632592d7bf57 (patch)
tree8d9bee091f482908b65329713b971aaf7575a4a6 /cmake
parentbb95a030d99293b08e918894019fe2873f7eaad2 (diff)
Fix typo in CMake Android setup instructions
Change-Id: I793283080dbd8e208c136e368036721a00e9fee2 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/README.md b/cmake/README.md
index 5d9d789bea..5739b900f7 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -187,7 +187,7 @@ Vcpkg for Android can be set up using the following steps:
* ```git clone -b qt https://github.com/tronical/vcpkg```
* Run ```bootstrap-vcpkg.bat``` or ```bootstrap-vcpkg.sh```
- * Set the ``VCPKG_DEFAULT_TRIPLET`` environment variable to on of the following values:
+ * Set the ``VCPKG_DEFAULT_TRIPLET`` environment variable to one of the following values:
* ``arm-android`` (armeabi-v7a)
* ``arm64-android`` (arm64v8)
* ``x86-android`` (x86)