From 7516a624d02609b030676129819e1ab21e92a10f Mon Sep 17 00:00:00 2001 From: wy-luke Date: Tue, 2 May 2023 18:41:48 +0800 Subject: [PATCH 1/2] Remove outdated info. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d659f0..23aaa489 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Possible values: `desktop`, `android`, `ios`, or `winrt` Default: `desktop` ### `arch` -This is the target architecture that your program will be built for. This is only used for Windows and Android. +This is the target architecture that your program will be built for. **Linux x86 packages are not supported by this action.** Qt does not offer pre-built Linux x86 packages. Please consider using your distro's repository or building it manually. From dd8d9a720596b7979c42a9fb688f8d73b235806c Mon Sep 17 00:00:00 2001 From: wy-luke Date: Tue, 2 May 2023 18:43:26 +0800 Subject: [PATCH 2/2] Change cmake to CMake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23aaa489..998af6d5 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ Example value: `--external 7z` ## More info For more in-depth and certifiably up-to-date documentation, check the documentation for aqtinstall [here](https://aqtinstall.readthedocs.io/en/latest/getting_started.html). -The Qt bin directory is appended to your `path` environment variable. `Qt5_DIR`/`Qt6_DIR` is also set appropriately for cmake. +The Qt bin directory is appended to your `path` environment variable. `Qt5_DIR`/`Qt6_DIR` is also set appropriately for CMake. In addition, `QT_PLUGIN_PATH`, `QML2_IMPORT_PATH`, `PKG_CONFIG_PATH` and `LD_LIBRARY_PATH` are set accordingly. `IQTA_TOOLS` is set to the "Tools" directory if tools are installed as well. Big thanks to the [aqtinstall](https://github.com/miurahr/aqtinstall/) developer for making this easy. Please go support [miurahr](https://github.com/miurahr/aqtinstall), he did all of the hard work here ([his liberapay](https://liberapay.com/miurahr)).