akshaybabloo/actions-setup-qt
Setup Qt for GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| username | Qt Account Username | yes | — |
| password | Qt Account Password | yes | — |
| version | Qt Version to install (e.g. qt6.10.0-full-dev) | no | qt6.10.0-full-dev |
| compiler | Compiler to use (e.g. msvc2022_64, gcc_64, macos). If not specified, will auto-detect based on platform. | no | — |
| install-deps | Install platform-specific dependencies (true/false) | no | false |
| cache | Enable caching of Qt installation (true/false) | no | true |
| dir | Directory to install Qt into. If not specified, a default location will be used. | no | "" |
| modules | Comma or space-separated list of Qt modules to install (e.g. qtbase qttools). If not specified, all modules will be installed. | no | "" |
Outputs
no outputs