-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.4.0-beta
-
None
Right now the actions "Rebuild Project 'X'" and "Clean Project 'X'" are applied automatically to any projects the X has dependencies on (in the session). This is unexpected.
Example:
I have right now qtdeclarative/src/src.pro and qtdeclarative/tests/auto/auto.pro open. I have a dependency from the auto.pro to src.pro so that if I change something in the library, I can run the autotest and the library is automatically compiled. However, now I wanted to rebuild the auto.pro project ... I used the context menu and selected "Rebuild Project "auto"". I'd expect that it only rebuilds the project "auto", and just runs a regular 'build' on qtdeclarative, but it fact wiped my qtdeclarative compilation! That's unexpected.
Btw, "Run qmake" isn't transient too. It just is applied to the local project.