jurplel/Install Qt

Install Qt on your Github Actions workflows with just one simple action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dirDirectory to install Qt
versionVersion of Qt to install6.8.*
hostHost platform
targetTarget platform for builddesktop
archArchitecture for Windows/Android
install-depsWhether or not to install Qt dependencies on Linuxtrue
modulesAdditional Qt modules to install
archivesSpecify which Qt archive to install
cacheWhether or not to cache Qt automaticallyfalse
cache-key-prefixCache key prefix for automatic cacheinstall-qt-action
setup-pythonWhether or not to automatically run setup-python to find a valid python version.true
toolsQt tools to download -- specify comma-separated argument lists which are themselves separated by spaces: <tool_name>,<tool_version>,<tool_arch>
add-tools-to-pathWhen true, prepends directories of tools to PATH environment variable.true
set-envWhether or not to set environment variables after running aqtinstalltrue
no-qt-binariesTurns off installation of Qt. Useful for installing tools, source, documentation, or examples.false
tools-onlySynonym for `no-qt-binaries`, used for backwards compatibility.false
aqtsourceLocation to source aqtinstall from in case of issues
aqtversionVersion of aqtinstall to use in case of issues==3.3.*
py7zrversionVersion of py7zr to use in case of issues==1.1.0
extraAny extra arguments to append to the back
sourceWhether or not to install Qt source code.false
src-archivesSpace-separated list of .7z source archives to install. Used to reduce download/image sizes.
documentationWhether or not to install Qt documentation.false
doc-archivesSpace-separated list of .7z docs archives to install. Used to reduce download/image sizes.
doc-modulesSpace-separated list of additional documentation modules to install.
examplesWhether or not to install Qt example code.false
example-archivesSpace-separated list of .7z example archives to install. Used to reduce download/image sizes.
example-modulesSpace-separated list of additional example modules to install.
use-officialWhether to use aqtinstall to install Qt using the official installer, requires email & pwfalse
emailYour Qt email""
pwYour Qt password""

no outputs