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

When adding files to groups of a QBS-Project, state name of the group instead of name of the QBS-File

    XMLWordPrintable

Details

    • bcc4ab301f286a8e096dda277732c6749af31b1b

    Description

      Consider a simple QBS-Project that contains a group item:

      import qbs

      CppApplication {
      type: "application" // To suppress bundle generation on Mac
      consoleApplication: true
      files: "main.cpp"

      Group

      { name: "CoreFiles" }

      }

      When adding a new class to this QBS-Project, the new-file-wizard offers to add the files to the qbs-project on the last page. I can even select to which group the files should be added. But the dropdown does not label the groups according to their name, in my case "CoreFiles", but labels the group like the toplevel qbs-file. See my screenshot of add-class-wizard.png that shows two times the name qbs instead of "CoreFiles" for the highlighted group. In contrast, the qbs overview labels the group correctly.

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            axeljaeger Axel Jäger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes