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

Dependencies in Export statements have no effect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • 1.4.2
    • 1.3.3, 1.4.0
    • General
    • None

      Consider this project:

      import qbs
      
      Project {
          Product {
              name: "dependency"
              Export { Depends { name: "cpp" } }
          }
          Application {
              name: "app"
              files: ["main.cpp"] 
              Depends { name: "dependency" }
          }
      }
      

      Building it does not do anything, because in contrast to what one would expect, the "app" product does not get a dependency on the cpp module.

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

            jbornema Joerg Bornemann
            kandeler Christian Kandeler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes