diff --git a/cmake/README.md b/cmake/README.md index 21bc320d752..46444b33026 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``