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

warning when installing HTML documentation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.5.0
    • 1.4.0
    • General
    • None
    • 41498e121cd89e9614cde3497e8ed8de3906148a

    Description

      When building/installing qbs with qbs 1.4 we get the following warning

      WARNING: Recursively copying directory '/home/egon/dev/qbs/1.4-qbs-build/qt541-debug/documentation.qt541.205f70b5/GeneratedFiles/html' into target directory '/home/egon/dev/qbs/1.4-qbs-build/qt541-debug/install-root/share/doc/qbs'. This behavior is deprecated and will change in qbs 1.5. Install the individual file artifacts instead.
      

      Reason is the qdoc rule that has a directory as output artifact:

      Artifact {
          filePath: ModUtils.moduleProperty(product, "generatedFilesDir") + "/html"
          fileTags: ["qdoc-html"]
      }
      

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes