Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved Qt 5.15 CI/CD pipeline

    Tools
    2
    4
    566
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Chris45
      Chris45 last edited by

      Hello,

      I have an open source Qt 5.15 desktop application that I want to compile for Windows, Linux and macOS.
      I'm going to build a pipeline in Azure DevOps to automatically build and release.

      I need to install Qt 5.15 silently in the pipeline VMs.
      What is the recommended way to do this?

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        AFAIK, the current way to do this is to use the aqtinstall project.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        Chris45 1 Reply Last reply Reply Quote 1
        • Chris45
          Chris45 @SGaist last edited by

          @SGaist Thanks for your answer, I will give it a try. I'm surprised there is no "official" way to do this. In my understanding it was possible to do it with the offline installer but there is no more offline installer for 5.15 as far as I can see.

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            You could use the online installer however it now requires a username and password (that you already have since you are posting here) that you might not want to put in your CI configuration.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 0
            • First post
              Last post