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

support private properties

    XMLWordPrintable

Details

    • Task
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • None
    • None

    Description

      Support private properties. Private properties should not end up in the project's configuration.
      They serve as local variables.

      Module {
          Depends { name: "cpp" }
       
          private property var foo: { /* some complicated evaluation */ }
          property string narf: foo + 1
          property string zort: foo + 2
      }
      

      The private property should not be visible outside the module.

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            jbornema Joerg Bornemann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes