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

destinationDirectory creates intermediate directories called dotdot

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • 1.10.0
    • None
    • macos 10.13.2

      Apple LLVM version 9.0.0 (clang-900.0.39.2)
      Target: x86_64-apple-darwin17.3.0

       

    Description

      This Product variable creates the directory "<somePath>/qbs/dotdot/foo" instead of "<somePath>/foo".

      QtGuiApplication {
        destinationDirectory: sourceDirectory + "/../foo"
      }
      

      By comparison, this variable creates a properly named directory without "dotdot" as expected "<somPath>/<buildDir>/debug/<myProduct>":

      destinationDirectory: "../" + qbs.buildVariant + "/" + name

       

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            remik Remik Ziemlinski
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes