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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 16, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/anthepro_install-qt-static@358df409d330cbe0117f6c40e179cb63bed83bc4 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
versionThe version of Qt which should be installed, e.g. 6.4.2yes6.4.2
configure-argsAdditional arguments passed to Qt configure, consult Qt documentation for the full listyes-opensource
dirThe directory where Qt should be installedyes${{ runner.temp }}/Qt-static
submodulesComma separated list of Qt modules which should be included, e.g. qtbase,qtshadertools,qtdeclarativeyesessential

no outputs