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>
This commit is contained in:
Frederik Gladhorn 2019-09-18 09:21:20 +02:00
parent bb95a030d9
commit 7885beec15

View File

@ -187,7 +187,7 @@ Vcpkg for Android can be set up using the following steps:
* ```git clone -b qt https://github.com/tronical/vcpkg``` * ```git clone -b qt https://github.com/tronical/vcpkg```
* Run ```bootstrap-vcpkg.bat``` or ```bootstrap-vcpkg.sh``` * 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) * ``arm-android`` (armeabi-v7a)
* ``arm64-android`` (arm64v8) * ``arm64-android`` (arm64v8)
* ``x86-android`` (x86) * ``x86-android`` (x86)