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

Changes to a single sub-project .pro file triggers reloading of whole subdirs project

    XMLWordPrintable

Details

    • Windows
    • f3bd07efd171da8a153d0fa298d6930b82c39f8f (qt-creator/qt-creator/4.13)

    Description

      I have a qmake SUBDIRS project in the form

      TEMPLATE = subdirs
      SUBDIRS = \
          folder1/code/project1.pro \
          folder2/code/project2.pro \
      # etc., about 120 projects in total

      Each of the single references projects is rather small, in the range of 10 to 100 files.

      When I add a class or a source file to a specific .pro file (through the wizard or manually), Creator re-loads the whole SUBDIRS project. This takes about 30 seconds in my case. During this time, I cannot use the wizard to add more files, because the context menu items are greyed until the project has been fully reloaded. Adding multiple files through the wizards is thereby a very cumbersome process.

      Expected behavior: Creator only reloads the changed projects.

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            asperamanca Robert Schimkowitsch
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes