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

prl files of installed libraries mess up build due to containing -L entries for system paths

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.3.1
    • 5.2.1
    • Build System
    • None
    • GNU/linux versions.
    • eaefbe36e88e75725083d52e03d3a7843aa418f6

    Description

      In qmake's C++ code, UnixMakefileGenerator::findLibraries()(in generators/unix/unixmake.cpp), a variable libidx is initialized as 0, which is used as the number of items in QList<QMakeLocalFileName> libdirs without being set to the right value, which results in some unexpected problem when the function is going to remove something like -L/usr/lib64. And my patch can fix my problem.

      Attachments

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

        Activity

          People

            buddenha Oswald Buddenhagen
            losier Losier Blackheath
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes