Uploaded image for project: 'Qt Tools for Android'
  1. Qt Tools for Android
  2. QTTA-68

Fix resolve order of required tools

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • P1: Critical
    • None
    • QtGP 1.0
    • QtGP: General
    • None
    • Android
    • 386c0bdfb (dev)

    Description

      The order of resolving required tools such is Ninja :

      1. Explicit path provided by the user through the QtBuild extension
      2. Implicit path resolved by looking up inside Qt installation dir (not the kit but the location where Qt installer installs the tools)
      3. Availability of the tool on the PATH environment variable of the host.

      Example:

      • First: user did not provide the ninja path
      • Second: User provided the path Qt installation dir but they did not install Ninja using the Qt online installer
      • Third: We check if Ninja is available on PATH, if yes, we use it, else configuration fails with an appropriate message.

      Attachments

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

        Activity

          People

            teko Tero Koponen
            soarmin Soheil Armin
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes