Skip to content

Commit

Permalink
Merge pull request #185 from wy-luke/master
Browse files Browse the repository at this point in the history
Two small fixes in readme file.
  • Loading branch information
jurplel committed May 2, 2023
2 parents 3600680 + dd8d9a7 commit 1be78e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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)).
Expand Down

0 comments on commit 1be78e4

Please sign in to comment.