Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-94642

Unable script Qt installation since SDK is not available for download

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P2: Important
    • None
    • 5.15.5
    • Packaging & Installer
    • None
    • Windows 10 x64
    • Windows

    Description

      We can't install new version of Qt SDK into our CI/CD Pipeline because last SDK versions are not available for download on https://download.qt.io/archive/qt/5.15/

       

      Here the PowerShell installation script (based on aqtinstall https://github.com/miurahr/aqtinstall)

      $qtVersion = '5.15.5';
      $qtModules = 'qt3d qtimageformats qtxml qtsvg';
      
      # Install qt using python script
      python -m pip install aqtinstall
      python -m aqt install --outputdir 'C:\qt\' $qtVersion windows desktop win64_msvc2019_64 -m $qtModules
      python -m aqt tool --outputdir 'C:\qt\' windows tools_openssl_x64 1.1.1-4 qt.tools.openssl.win_x64
      
      

       

      How can we automatically download and install Qt SDK ?

       

      Thanks

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            releaseteam Qt Release Team
            matthieu_giraud Matthieu GIRAUD
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes