File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -196,10 +196,17 @@ After invoking the configuration via the command-line, you can also open the pro
196196it as an existing build (instead of adding a new build configuration).
197197
198198##### Remarks about special presets
199- The presets starting with ` arch- ` are for use under Arch Linux. Do * not* use them unless you know what you
200- are doing. When creating a normal build under Arch Linux it is recommended to still use e.g. ` devel-qt6 ` .
199+ The presets starting with ` arch- ` are for use under Arch Linux (or an Arch Linux container). Do * not* use them
200+ unless you know what you are doing. When creating a normal build under Arch Linux it is recommended to still
201+ use e.g. ` devel-qt6 ` .
202+
203+ Use the preset ` arch-android ` to cross-compile for Android using ` android-* ` packages (see next section for
204+ details).
205+
206+ Use the presets starting with ` arch-*-w64-mingw32 ` to cross-compile for Windows (i686/x86_64) using
207+ ` mingw-w64 ` packages. Use the presets starting with ` arch-mingw-w64-clang ` to cross compile for Windows
208+ (aarch64) using ` mingw-w64-clang-aarch64 ` packages.
201209
202- Use the presets starting with ` arch-*-w64-mingw32 ` to cross-compile for Windows using ` mingw-w64 ` packages.
203210Use the presets starting with ` arch-static-compat-devel ` to create a self-contained executable that is also
204211usable under older GNU/Linux distributions using ` static-compat ` packages (see
205212[ PKGBUILDs] ( https://github.com/Martchus/PKGBUILDs#static-gnulinux-libraries ) for details about it).
You can’t perform that action at this time.
0 commit comments