summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-08-17 11:48:46 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-08-17 18:19:21 +0200
commit96dd73c5fecd24dd3ab023c51d0051e28f3bde72 (patch)
tree1fc8c1b93169a12a29353aa7bcf0c9cf3e710e8d /cmake
parentb39685d4c26009d6f85cbbee287d5647a7bd6fe4 (diff)
CMake: Fix typo in README about how to build Android for arm64
Task-number: QTBUG-85399 Change-Id: I764f5d5155d6548ca61d3217fb5bb10f5b15908f Reviewed-by: Joerg Bornemann <joerg.bornemann@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 21bc320d75..46444b3302 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -167,7 +167,7 @@ When running cmake in qtbase, pass
If you don't supply the configuration argument ``-DANDROID_ABI=...``, it will default to
``armeabi-v7a``. To target other architectures, use one of the following values:
- * arm64: ``-DANDROID_ABI=arm64-v8``
+ * arm64: ``-DANDROID_ABI=arm64-v8a``
* x86: ``-DANDROID_ABI=x86``
* x86_64: ``-DANDROID_ABI=x86_64``