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

Project buildDirectory property undefined for its sub projects

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.3.0
    • 1.3.0
    • General
    • None
    • 6d72bca8f84ff2b9a83a34a361acc3a4d510ad74

    Description

      Workaround.

      Project {
          id: this_
      
          // Use buildRoot property instead of buildDirectory in SubProject
          property path buildRoot: buildDirectory
      
          SubProject {
              filePath: "nested/build.qbs"
              Properties {
                  buildRoot: this_.buildDirectory
              }
          }
      
      }
      

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            brerrabbit Max Tim
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes