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

qmake, qtconf with relative path

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 4.7.4
    • 4.6.2
    • Build tools: qmake
    • None
    • e6bb6ba76942d98e4b50a7fd32bf44e211f2fa5e

      Setting relative path '..' in qt.conf does not work:

      qt.conf:
      [Paths]
      Prefix=..

      qmake -query shows wrong paths.

      The releavant code is in qlibraryinfo.cpp, line 433
      the variable ret with value '..' is ignored:

      #ifdef BOOSTSTRAPPING
      return QFileInfo(qmake_libraryInfoFile()).absolutePath();
      #else

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

            buddenha Oswald Buddenhagen
            syntheticpp Peter Kümmel
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes