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

configure doesn't complete paths after e.g. -android-sdk or -android-ndk

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 6.1
    • Build System
    • None

    Description

      On linux, the programmable completion of bash fails to work with Qt's configure. Some options that require paths fail to complete them.

       

      A work-around is to put this in .bash_completion:

      . /usr/share/bash-completion/completions/configure
      complete -o bashdefault -o default -F _configure configure

       

      There's also a suggested upstream fix at https://github.com/scop/bash-completion/pull/503/

      Attachments

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

        Activity

          People

            qtbuildsystem Qt Build System Team
            villevoutilainen_qt Ville Voutilainen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes