install-qt-action

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

MIT License

Stars
464
Committers
25
install-qt-action - install-qt-action v4.0.0 Latest Release

Published by jurplel 5 months ago

The biggest change with this version is aqtinstall being updated to 3.1. Most of the other changes are from PRs listed below. The reason this is 4.0.0 is due to (relatively small) breaking changes from the PRs annotated with [v4]. Consult the upgrade guide for details on breaking changes.

Auto-generated list of PRs:

A big thanks to everyone involved for their contributions to the project, and a special thanks to those who have been helping to manage the Github issues.

install-qt-action - install-qt-action v3.3.0

Published by jurplel about 1 year ago

  • Add libgstreamer (@ddalcino)
  • Add option to install source, docs, and examples (@ddalcino)
install-qt-action - install-qt-action v3.2.1

Published by jurplel over 1 year ago

  • add back automatic libxkbcommon-x11-0 installation on linux
install-qt-action - install-qt-action v3.2.0

Published by jurplel over 1 year ago

  • Fix py7zr weirdness (@ddalcino)
install-qt-action - install-qt-action v3.1.0

Published by jurplel over 1 year ago

  • Fix detection of Qt architecture directory thanks to @ddalcino
install-qt-action - install-qt-action v3.0.0

Published by jurplel about 2 years ago

  • Move to aqtinstall v2.0.0 thanks to @ddalcino
  • Switch to automatic caching thanks to @bexnoss
  • Countless other things
install-qt-action - install-qt-action v2.14.0

Published by jurplel about 3 years ago

Note: Semantic versioning is now required for tools versions and for qt 5.9 (should be 5.9.0 now)

  • Updated aqtinstall to 1.2.5
  • Updated py7zr to 0.16.1
  • Install more ubuntu packages by default for running tests (#88)
install-qt-action - install-qt-action v2.13.2

Published by jurplel over 3 years ago

  • Fix apt-get install command not running as expected after v2.13.1
install-qt-action - install-qt-action v2.13.1

Published by jurplel over 3 years ago

  • Add nosudo option for install-deps #91
install-qt-action - install-qt-action v2.13.0

Published by jurplel over 3 years ago

  • Update aqtinstall to 1.1.3
  • Update py7zr to 0.14.0
install-qt-action - install-qt-action v2.12.2

Published by jurplel over 3 years ago

  • Set PKG_CONFIG_PATH
install-qt-action - install-qt-action v2.12.1

Published by jurplel almost 4 years ago

  • Fix incorrect separator for LD_LIBRARY_PATH
install-qt-action - install-qt-action v2.12.0

Published by jurplel almost 4 years ago

  • Setting environment variables is now optional
  • Set LD_LIBRARY_PATH on linux
  • Set IQTA_TOOLS env variable for finding tools slightly more easily
  • Update py7zr default version to 0.11.3
  • Update aqtinstall default version to 0.11.1 (This should fix aqtinstall not working when qt's download mirror is down, like it is right now)
  • Removed mirror input option because its a little pointless now (you can still use it with the extra input)
install-qt-action - install-qt-action v2.11.1

Published by jurplel almost 4 years ago

  • Add option to skip setup-python step
install-qt-action - install-qt-action v2.11.0

Published by jurplel almost 4 years ago

  • Force python version to fix bugs with ubuntu-16.04
  • Update default qt version to 5.15.2
  • Update default aqtinstall version to 0.10.0
  • Update default py7zr version to 0.11.0
install-qt-action - install-qt-action v2.10.0

Published by jurplel almost 4 years ago

  • Add tool support
install-qt-action - install-qt-action v2.9.0

Published by jurplel about 4 years ago

  • Updated py7zr to 0.10.1
  • Updated aqtinstall to 0.9.7
  • Updated actions@core to 1.2.6
install-qt-action - install-qt-action v2.8.0

Published by jurplel about 4 years ago

  • Set Qt6_DIR variable when installing a version of Qt6
  • Update aqtinstall to v0.9.4
  • Update py7zr to v0.9.1
  • Allow wasm_32 arch to be specified on any platform
install-qt-action - install-qt-action v2.7.2

Published by jurplel over 4 years ago

  • Set QT_PLUGIN_PATH and QML2_IMPORT_PATH
install-qt-action - install-qt-action v2.7.1

Published by jurplel over 4 years ago

  • Fix version numbers without a patch number not being processed correctly (thanks to @EtlamGit)