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

Regression with probes caused by "slash the loader's Gordian Knot" or later

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 0.3
    • 0.3
    • None
    • OS X 10.8.2

    Description

      My project file:

      import qbs.base 1.0
      import qbs.probes as Probes
      
      Application {
          ...
      
          Probes.PathProbe {
              id: sparkle
              names: "Sparkle.framework"
      
              platformPaths: [
                  "~/Library/Frameworks",
                  "/usr/local/lib",
                  "/Library/Frameworks",
                  "/System/Library/Frameworks"
              ]
          }
      
          Properties {
              condition: qbs.targetOS === "mac" && sparkle.found
              cpp.frameworkPaths: sparkle.path
              cpp.weakFrameworks: [ "Sparkle" ]
              cpp.defines: [ "HAVE_SPARKLE" ]
          }
      }
      

      This used to work fine, but I'm now getting "ERROR: ReferenceError: Can't find variable: sparkle". Another "slash the loader's Gordian Knot" regression.

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            jakepetroules Jake Petroules (DO NOT ASSIGN ISSUES)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes