Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-1157

cpp.staticLibraries and cpp.dynamicLibraries have misleading names

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Not Evaluated Not Evaluated
    • None
    • 1.9.0
    • None

      Contrary to what the names suggests, we simply map them to "-l<name>" (unless the full path is given), so the linker uses whatever it can find, e.g. picking up dynamic libs even though the user set cpp.staticLibraries.
      We probably should introduce cpp.libraries for the normal case where the user does not care. But what about the existing properties? Should we make them behave like their names suggest, i.e. force that only this type of library is pulled in? Is that even possible with alll toolchains?

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

            kandeler Christian Kandeler
            kandeler Christian Kandeler
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes