-
Bug
-
Resolution: Done
-
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.