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

Qt Creator does not create standard .qrc files

    XMLWordPrintable

Details

    Description

      The docs in https://doc.qt.io/qt-5/resources.html say:

      <!DOCTYPE RCC><RCC version="1.0">
      <qresource>
          <file>images/copy.png</file>
      </qresource>
      </RCC>
      

      However, when Creator creates a qrc file, it looks like this:

      <RCC>
          <qresource prefix="/">
              <file>main.qml</file>
          </qresource>
      </RCC>
      

      Qt Creator should use the format described in the documentation.

      Attachments

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

        Activity

          People

            hunger Tobias Hunger
            icwiener Anonymous (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes