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

Documentation for qbs.installPrefix is wrong

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 1.14.0
    • 1.13.0
    • Device Deployment
    • None
    • Linux/X11
    • 049fbbfa84ce239f340cf6428a626aef69feaeed

    Description

      The qbs.installDir property completelly ignores on Linux.

      e.g. for this project:

      import qbs
      
      CppApplication {
          name: "qbsbug"
      
          files: [ "qbsbug.cpp" ]
      
          Group {
              fileTagsFilter: product.type
              qbs.install: true
              qbs.installDir: "foo"
          }
      }
      

      it deploy the binary into <shadow-dir>/install-root/usr/local/foo/ instead of <shadow-dir>/install-root/foo/

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            kuzulis Denis Shienkov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes