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

base is undefined for cpp.libFlags in DynamicLibrary

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 1.7.0
    • None

    Description

      Here is minimal qbs that show this error:

      DynamicLibrary  {
          name: "lib"
          Depends { name: "cpp" }
          cpp.libFlags: base.concat([])
      }
      

      It gives error: "TypeError: Result of expression 'base'[undefined] is not an object".

      But same construction works well for StaticLibrary

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            johngull Vitaly
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes