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

Build directories overlapping on parallel builds

    XMLWordPrintable

Details

    Description

      Despite QBS-36 the build directories get the same name when building multiple variants at the same time. For example I do:

      qbs release release architecture:x86_64 qt/core.qtVersionName:x64 platform:msvc2010
      

      to build for both mingw32 (my default) and msvc 64-bit at the same time. This causes both builds to run in ./build/release which makes everything conflict and break as you'd imagine.

      I guess I'd like something like build/buildVariant-arch-platform[-qtVersionName], ie

      ./build
      ./build/release-x86_64-msvc2010-x64
      ./build/release-x86-mingw32-default

      Attachments

        Issue Links

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

          Activity

            People

              jbornema Joerg Bornemann
              tomsci Tom Sutcliffe
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes