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

Rule does not re-run after changing input Artifact property which is used inside JavaScriptCommand

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.7.0
    • 1.7.0
    • General
    • None
    • d4540126185efe4a8017280a0e1d1481a33c44cc

    Description

      For example Qt.core Rule for generating qrc (from qt.core.resource_data artifacts) won't re-run if I change Qt.core.resourcePrefix (like in the following example).

      import qbs 1.0
      
      QtApplication {
          name: "test"
      
          files: ["main.cpp"]
      
          Group {
              files: ["resource.txt"]
              fileTags: ["qt.core.resource_data"]
              Qt.core.resourcePrefix: "/test1"
          }
      }
      

      Attachments

        For Gerrit Dashboard: QBS-1049
        # Subject Branch Project Status CR V

        Activity

          People

            kandeler Christian Kandeler
            kds Denis Klychkov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes