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

Deleting files using wildcards displays error dialog

XMLWordPrintable

    • 63e418024225f104c7bc51110ac2b12dec4d23ba

      DESCRIPTION:
      ============
      Trying to delete files which were included using a wildcard in .pro file (e.g. DISTFILES += qml/*.qml) causes an error dialog to be displayed. The error message incorrectly states that removing file failed.

      PRECONDITIONS:
      ==============
      .pro file contains line:

      DISTFILES += qml/*.qml

      qml directory contains two files, file1.qml and file2.qml

      STEPS TO REPRODUCE:
      ===================
      1) In project tree, search file2.qml. Right click on it and choose "Remove".

      2) Select "Delete file permanently" and click OK.

       

      EXPECTED RESULT:
      ================
      File is removed both from project and disk.

       

      ACTUAL RESULT:
      ==============
      Error message is displayed, stating that file could not be removed. After the dialog is dismissed, the file however is removed.

       

       

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

            kandeler Christian Kandeler
            vige_jolla Ville Nummela
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes