Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-9601

Project dependencies are built multiple times in parallel

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • None
    • Qt Creator 2.7.1
    • None
    • Windows 7 SP1 x64
      Ubuntu 13.04 x64

      My Qt Creator session contains multiple (CMake) projects. The main project M depends on projects A, B, C and D. A, B and C each also depend on D. If I start the build (CTRL+B), D is build first, as expected. But the build is started four times!

      The log looks like this:

      Running steps for project D...
      Starting: "C:\Develop\tools\bin\ninja.exe" install
      Starting: "C:\Develop\tools\bin\ninja.exe" install
      Starting: "C:\Develop\tools\bin\ninja.exe" install
      Starting: "C:\Develop\tools\bin\ninja.exe" install

      Behaviour is the same on Linux.

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

            dt Daniel Teske
            m.h M. H.
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes