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

Rebuild Project, Clean Project shouldn't be applied to projects the current project depends on

XMLWordPrintable

      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.

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

            dt Daniel Teske
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes