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

Change search string of CMake build directories for Qt Creator 6

    XMLWordPrintable

Details

    • 22f4e9497d (qt-creator/qt-creator/6.0) 22f4e9497d (qt-creator/qt-creator/master) 22f4e9497d (qt-creator/qt-creator/qmlprojectstorage) 22f4e9497d (qt-creator/qt-creator/qds-3.0)

    Description

      Qt Creator can import existing CMake build directories. Qt Creator 5 scans all directories starting with "build", but in Qt Creator 6 refactoring was done and the search string was changed to "build." (superfluous dot at the end).

      This is because the developer probably thought that the search string must be a regular expression, but it is just a wildcard filter as documented here https://doc.qt.io/qt-6/qdir.html#setNameFilters. The patch restores the old behavior from Qt Creator 5.

      Attachments

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

        Activity

          People

            davschul David Schulz
            kevin.zhang Kevin Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes