Skip to content
book-open

GitHub Action

Prepare a static build of Qt

v1 Latest version

Prepare a static build of Qt

book-open

Prepare a static build of Qt

Static Qt builds are not readily available and have to be built from source, this action automates that

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Prepare a static build of Qt

uses: anthepro/install-qt-static@v1

Learn more about this action in anthepro/install-qt-static

Choose a version

install-qt-static

Prepare a static build of Qt.

Usage

See action.yml

Example

steps:
    uses: anthepro/install-qt-static@v1
    with:
      version: 6.4.2
      configure-args: -opensource -opengl desktop
      submodules: qtbase,qtshadertools,qtdeclarative