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

Creator reuses same build directory for different configuration

XMLWordPrintable

    • cc05c1637 (14.0)

      1. Open a CMake-based project.
        I used a Qt Widgets Application from Creator's own wizard.
      2. In Project mode, add a new build configuration, e.g. of type "Release".
        The build configuration "Release2" will be created. It uses the build directory "(...)\build-(projectname)-Desktop-Release".
      3. Add another build configuration of the same type.
        The build configuration "Release3" will be created. It uses exactly the same build directory.

      I expect that reusing the same directory again and again for different configuration will lead to trouble. Please use separate directories as Creator does for qmake-based projects.

        For Gerrit Dashboard: QTCREATORBUG-26066
        # Subject Branch Project Status CR V

            cadam Cristian Adam
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes