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

incomplete handling of versioned links of tools in cross builds

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • 6.5.0
    • 6.4.1
    • Build System: CMake
    • None
    • Linux/X11
    • ca24ee14d (dev)

      On Linux, it's expected that user facing tools have versioned links in a prefix build. For example, there should be /usr/bin/qmake and a hard link /usr/bin/qmake6.

      In cross-builds, we create wrapper scripts for tools, e.g. /opt/android-qt/bin/qmake that calls /usr/bin/qmake of the host Qt installation.

      1. The wrapper script should call the versioned link instead, if available.
      2. There should be a versioned link for the wrapper script itself.

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

            mrmsdbdl Amir Masoud Abdol
            jbornema Joerg Bornemann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes