From b51d200c32fd948f6e918c5ecada1dc621e68161 Mon Sep 17 00:00:00 2001 From: Andrew Wason Date: Wed, 6 Mar 2024 13:17:40 -0500 Subject: [PATCH] more docs --- docs/getting_started.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index b2d523b6..ab8cde27 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -37,6 +37,10 @@ To use ``aqt`` to install Qt, you will need to tell ``aqt`` four things: Keep in mind that Qt for IOS is only available on Mac OS, and Qt for WinRT is only available on Windows. +In current versions of Qt, mac binaries are universal. +As of Qt 6.7.0, Linux desktop now supports the arm64 architecture. +This is implemented as a new host type - ``linux`` is amd64, ``linux_arm64`` is arm64. + To find out what versions of Qt are available, you can use the :ref:`aqt list-qt command `. This command will print all versions of Qt available for Windows Desktop: