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 v2.7.0

Published by jurplel over 4 years ago

  • Use win64_msvc2019_64 on >=5.15 due to updates.xml weirdness
  • Set default version to 5.12.9
  • Update py7zr to 0.7
  • Update aqtinstall to 0.9
  • Add libpulse-dev to linux dependencies for QtMultimedia
  • Automatically strip away patch numbers that end in zero before qt 5.10
install-qt-action - install-qt-action v2.6.3

Published by jurplel over 4 years ago

  • Install libxkbcommon-x11-0 on Linux automatically (thanks to tonymorony)
install-qt-action - install-qt-action v2.6.2

Published by jurplel over 4 years ago

  • Removed looping on failure because it caused problems.
install-qt-action - install-qt-action v2.6.1

Published by jurplel over 4 years ago

  • Fixed issue with module arguments
  • Added experimental method to stop the action from failing
install-qt-action - install-qt-action v2.6.0

Published by jurplel over 4 years ago

  • Added extra input for adding custom arguments to aqtinstall
  • Updated default aqtinstall to 0.8
  • Updated default py7zr to 0.6
  • Updated default Qt to 5.12.8
install-qt-action - install-qt-action v2.5.3

Published by jurplel over 4 years ago

  • Fixed android not accepting arch argument
install-qt-action - install-qt-action v2.5.2

Published by jurplel over 4 years ago

  • Added Qt5_DIR environment variable that cmake should be able to use properly.
  • Clarified example of dir variable in docs
install-qt-action - install-qt-action v2.5.1

Published by jurplel over 4 years ago

  • Updated aqtinstall to 0.8a4 and py7zr to 0.6b8 to fix issue with mirrors
install-qt-action - install-qt-action v2.5.0

Published by jurplel over 4 years ago

  • Added mirror option to workaround mirror-related issues
install-qt-action - install-qt-action v2.4.1

Published by jurplel over 4 years ago

  • Resolved issues with extracting archives and hanging (probably)
  • Added py7zrversion argument
  • Readme improvements
install-qt-action - install-qt-action v2.4.0

Published by jurplel over 4 years ago

  • Temporary fix for issue with aqtinstall >0.7.2 (by ouuan)
  • Added option to change aqtinstall version with argument for future issues (by ouuan)
  • Arch option now affects Windows and Android only (by ouuan)
  • There is now a "cache" option which can be used with the cache action (by ouuan)
  • Update default version to Qt 5.12.7

Sorry for the immense delay.

install-qt-action - install-qt-action v2.3.0

Published by jurplel over 4 years ago

  • Updated to aqtinstall 0.7
  • Fixed issue on new ubuntu image
install-qt-action - install-qt-action v2.2.1

Published by jurplel almost 5 years ago

  • Fixed issue with modules not installing properly
install-qt-action - install-qt-action v2.2.0

Published by jurplel almost 5 years ago

  • Updated aqtinstall to 0.6
  • Added support for installing additional modules
install-qt-action - install-qt-action v2.1.0

Published by jurplel almost 5 years ago

  • Added automatic installation of Qt dependencies on Linux
  • Added option to disable this automatic installation of dependencies
install-qt-action - install-qt-action v2.0.0

Published by jurplel almost 5 years ago

  • Update default Qt version to 5.12.6
  • Update aqtinstall to 0.5
  • Move install directory from {path}/Qt5.12.6/5.12.6/{arch} to {path}/Qt/5.12.6/{arch} (This is the breaking change)
install-qt-action - install-qt-action v1.0.2

Published by jurplel almost 5 years ago

  • Update default Qt version to 5.12.6
install-qt-action - install-qt-action v1.0.1

Published by jurplel almost 5 years ago

  • Locked aqtinstall version to 0.4 to prevent breaking directory change
install-qt-action - install-qt-action v1.0.0

Published by jurplel about 5 years ago

  • Initial release