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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This is the host platform of the Qt version you will be installing. It's unlikel
32
32
33
33
For example, if you are building on Linux and targeting desktop, you would set host to `linux`. If you are building on Linux and targeting android, you would set host to `linux` also. The host platform is the platform that your application will build on, not its target platform.
34
34
35
-
Possible values: `windows`, `mac`, `linux` or `all_os`.
35
+
Possible values: `windows`, `windows_arm64`, `mac`, `linux`, `linux_arm64` or `all_os`.
36
36
`all_os`is used for wasm, and incompatible with `aqtinstall < 3.2.0`.
37
37
38
38
Defaults to the current platform it is being run on.
0 commit comments