Skip to content

Commit 1be78e4

Browse files
authored
Merge pull request #185 from wy-luke/master
Two small fixes in readme file.
2 parents 3600680 + dd8d9a7 commit 1be78e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Possible values: `desktop`, `android`, `ios`, or `winrt`
3838
Default: `desktop`
3939

4040
### `arch`
41-
This is the target architecture that your program will be built for. This is only used for Windows and Android.
41+
This is the target architecture that your program will be built for.
4242

4343
**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.
4444

@@ -173,7 +173,7 @@ Example value: `--external 7z`
173173
## More info
174174
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).
175175

176-
The Qt bin directory is appended to your `path` environment variable. `Qt5_DIR`/`Qt6_DIR` is also set appropriately for cmake.
176+
The Qt bin directory is appended to your `path` environment variable. `Qt5_DIR`/`Qt6_DIR` is also set appropriately for CMake.
177177
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.
178178

179179
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)).

0 commit comments

Comments
 (0)