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

No error when missing FileInfo import in prefixMapping

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Not Evaluated Not Evaluated
    • None
    • 2.2.2
    • None
    • All

      When missing import qbs.FileInfo, this does not produce an error:

      Export {
          Depends { name: "cpp" }
          cpp.includePaths: [exportingProduct.sourceDirectory]
          prefixMapping: [{
                  prefix: exportingProduct.sourceDirectory,
                  replacement: FileInfo.joinPaths(qbs.installPrefix, "include")
          }]
      }
      

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

            kandeler Christian Kandeler
            arch Ivan Komissarov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes