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

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

      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.

        For Gerrit Dashboard: QTBUG-37963
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes