Another Qt installer Hiroshi Miura
winget install --id=miurahr.aqtinstall -e
This is a utility alternative to the official graphical Qt installer, for using in CI environment where an interactive UI is not usable, or just on command line. It can automatically download prebuilt Qt binaries, documents and sources for target specified, when the versions are on Qt download mirror sites.
AQTInstall is an alternative command-line installer for Qt, designed to automate the installation of prebuilt Qt binaries, documents, and sources in environments where a graphical user interface is not available or preferred. It provides a seamless way to download Qt packages directly from Qt's mirror sites when they are available.
Key Features:
- Cross-platform support for Linux, macOS, and Windows.
- Command-line interface optimized for automation in CI/CD pipelines.
- Support for multiple Qt versions, architectures, and modules, including desktop, Android, iOS, and more.
- Integration with Python-based workflows for scripting and customization.
- Easy installation via pip or a precompiled executable for Windows.
Audience & Benefit: Ideal for developers, DevOps teams, and organizations that require seamless integration of Qt into their build processes. By automating the installation process, AQTInstall helps streamline development workflows, reduce manual intervention, and ensure consistent setups across different environments.