actions-marketplace-validations/Install Qt (Linux ARM64 Fork)
Install Qt on your Github Actions workflows with just one simple action (Forked to add Linux ARM64 Support for Qt >=6.7.0 )
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dir | Directory to install Qt | — | — |
| version | Version of Qt to install | — | 5.15.2 |
| host | Host platform | — | — |
| target | Target platform for build | — | desktop |
| arch | Architecture for Windows/Android | — | — |
| install-deps | Whether or not to install Qt dependencies on Linux | — | true |
| modules | Additional Qt modules to install | — | — |
| archives | Specify which Qt archive to install | — | — |
| cache | Whether or not to cache Qt automatically | — | false |
| cache-key-prefix | Cache key prefix for automatic cache | — | install-qt-action |
| setup-python | Whether or not to automatically run setup-python to find a valid python version. | — | true |
| tools | Qt tools to download -- specify comma-separated argument lists which are themselves separated by spaces: <tool_name>,<tool_version>,<tool_arch> | — | — |
| add-tools-to-path | When true, prepends directories of tools to PATH environment variable. | — | true |
| set-env | Whether or not to set environment variables after running aqtinstall | — | true |
| no-qt-binaries | Turns off installation of Qt. Useful for installing tools, source, documentation, or examples. | — | false |
| tools-only | Synonym for `no-qt-binaries`, used for backwards compatibility. | — | false |
| aqtsource | Location to source aqtinstall from in case of issues | — | — |
| aqtversion | Version of aqtinstall to use in case of issues | — | ==3.1.16 |
| py7zrversion | Version of py7zr to use in case of issues | — | ==0.20.* |
| extra | Any extra arguments to append to the back | — | — |
| source | Whether or not to install Qt source code. | — | false |
| src-archives | Space-separated list of .7z source archives to install. Used to reduce download/image sizes. | — | — |
| documentation | Whether or not to install Qt documentation. | — | false |
| doc-archives | Space-separated list of .7z docs archives to install. Used to reduce download/image sizes. | — | — |
| doc-modules | Space-separated list of additional documentation modules to install. | — | — |
| examples | Whether or not to install Qt example code. | — | false |
| example-archives | Space-separated list of .7z example archives to install. Used to reduce download/image sizes. | — | — |
| example-modules | Space-separated list of additional example modules to install. | — | — |
Outputs
no outputs