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

overriding project / product properties from command line is broken

    XMLWordPrintable

Details

    Description

      Given the project file

      Project {
          Product {
              id: myprod
              property var namePrefix: ''
              name: namePrefix + 'HelloWorld'
              files: [
                  'main.cpp'
              ]
          }
      }
      

      it should be possible to override the namePrefix property by calling

      qbs myprod.namePrefix:my
      

      Same for project properties.

      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:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes