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

Strange behaviour in product's properties

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2: Important
    • None
    • 1.2.0
    • None

    Description

      Following code snippet displays an error message "Can't find variable: qbs", but work's fine on qbs 1.1.0

      Product {
          property string bisonPath: "bison" //TODO rewrite on binary probe
          property string flexPath: "flex"
      
          Properties {
              condition: qbs.targetOS.contains("osx")
              bisonPath: "/usr/local/bin/bison"
              flexPath: "/usr/local/bin/flex"
          }
      }
      

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes