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

Overriding project.xxx on command line does not work with properties in nested project items

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Not Evaluated Not Evaluated
    • None
    • 1.15.0
    • General
    • None

      Project {
          property string outer
      
          Project {
              property string inner
          }
      }
      

      Run qbs resolve project.inner:blabla

      Expected:

      • Qbs sets this property on any project item in the project tree (or at least the most upper one that defines it)

      Actual:

      • ERROR: Unknown property: project.inner
      • It works only if I access it explicitly by projects.NAME.inner

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

            kandeler Christian Kandeler
            rweickelt Richard Weickelt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes