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

Resources shown under an included file

    XMLWordPrintable

Details

    Description

      Attached project shows Resources under included file rather than under the main project. Included file has a variable that hold part of the file name and the main file adds it into RESOURCES variable. I would have expected the location of RESOURCES variable to determine where it would be placed at in the project tree.

      This could be worked around by instead of doing:

      RESOURCES += qml_$$something
      

      I would do this instead:

      RESOURCES += qml_$${something}.qrc
      

      So this makes me suspect that this is a bug.

      Attachments

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

        Activity

          People

            buddenha Oswald Buddenhagen
            poikelin Joni Poikelin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes