actions-marketplace-validations/Prepare a static build of Qt
Static Qt builds are not readily available and have to be built from source, this action automates that.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 16, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/anthepro_install-qt-static@358df409d330cbe0117f6c40e179cb63bed83bc4 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of Qt which should be installed, e.g. 6.4.2 | yes | 6.4.2 |
| configure-args | Additional arguments passed to Qt configure, consult Qt documentation for the full list | yes | -opensource |
| dir | The directory where Qt should be installed | yes | ${{ runner.temp }}/Qt-static |
| submodules | Comma separated list of Qt modules which should be included, e.g. qtbase,qtshadertools,qtdeclarative | yes | essential |
Outputs
no outputs