You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -120,14 +136,14 @@ you could use 7-zip_ on a Windows desktop, using this command:
120
136
121
137
.. code-block:: doscon
122
138
123
-
C:\> aqt install-qt windows desktop 6.2.0 gcc_64 --external 7za.exe
139
+
C:\> aqt install-qt windows desktop 6.8.0 win64_msvc2022_64 --external 7za.exe
124
140
125
141
On Linux, you can specify p7zip_, a Linux port of 7-zip_, which is often
126
142
installed by default, using this command:
127
143
128
144
.. code-block:: console
129
145
130
-
$ aqt install-qt linux desktop 6.2.0 gcc_64 --external 7z
146
+
$ aqt install-qt linux desktop 6.8.0 linux_gcc_64 --external 7z
131
147
132
148
.. _py7zr: https://pypi.org/project/py7zr/
133
149
.. _p7zip: https://p7zip.sourceforge.net/
@@ -138,8 +154,8 @@ Changing the output directory
138
154
139
155
By default, ``aqt`` will install all of the Qt packages into the current
140
156
working directory, in the subdirectory ``./<Qt version>/<arch>/``.
141
-
For example, if we install Qt 6.2.0 for Windows desktop with arch ``win64_mingw81``,
142
-
it would end up in ``./6.2.0/win64_mingw81``.
157
+
For example, if we install Qt 6.8.0 for Windows desktop with arch ``win64_mingw``,
158
+
it would end up in ``./6.8.0/win64_mingw``.
143
159
144
160
If you would prefer to install it to another location, you
145
161
will need to use the ``-O`` or ``--outputdir`` flag.
@@ -152,7 +168,7 @@ you may use this command:
152
168
.. code-block:: doscon
153
169
154
170
C:\> mkdir Qt
155
-
C:\> aqt install-qt --outputdir c:\Qt windows desktop 6.2.0 win64_mingw81
171
+
C:\> aqt install-qt --outputdir c:\Qt windows desktop 6.8.0 win64_mingw
156
172
157
173
158
174
Installing Modules
@@ -294,7 +310,9 @@ You can do this automatically with the ``--autodesktop`` flag:
294
310
Installing Qt for WASM
295
311
----------------------
296
312
297
-
To find out how to install Qt for WASM, we will need to use the ``wasm_32`` architecture.
313
+
To find out how to install Qt for WASM, we will need to use the ``wasm_32`` architecture for Qt versions <= 6.4.*
314
+
For Qt versions 6.5.* and 6.6.*, we will need to use the ``wasm_singlethread`` or ``wasm_multithread`` architectures.
315
+
For Qt version >= 6.7.*, we will need to use the host ``all_os``, the target ``wasm``, and the ``wasm_singlethread`` or ``wasm_multithread`` architectures.
298
316
We can find out whether or not that architecture is available for our version of Qt with the
299
317
``--arch`` flag.
300
318
@@ -304,11 +322,17 @@ We can find out whether or not that architecture is available for our version of
304
322
win64_mingw81 win64_msvc2019_64
305
323
$ python -m aqt list-qt windows desktop --arch 6.2.0
0 commit comments