aeolustech/Install Qt
Install Qt on your Github Actions workflows with just one simple action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 12, 2022
- License
- GPL 3.0
Pinned Snippet
uses: aeolustech/ecglyzer@47a2991907d05969b9ed082a6b0f7a98c10907ea # 0.1.1tags can be moved; commit SHAs can't. why a SHA?
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> | — | — |
| set-env | Whether or not to set environment variables after running aqtinstall | — | true |
| tools-only | Whether or not to actually install Qt or just the tools from the tools argument | — | false |
| aqtversion | Version of aqtinstall to use in case of issues | — | ==2.1.* |
| py7zrversion | Version of py7zr to use in case of issues | — | ==0.19.* |
| extra | Any extra arguments to append to the back | — | — |
Outputs
no outputs