Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-108077

It would be nice if prefix can be used with rcc commandline

    XMLWordPrintable

Details

    • All

    Description

      It would be nice if there is a way to specify prefix folder name in rcc command line.

      If current folder contains a file readme.md and following command run
      rcc --project
      We get

      <!DOCTYPE RCC><RCC version="1.0">
      <qresource>
      <file>./readme.md</file>
      </qresource>
      </RCC>
      

      it would be great if we do command line like

      rcc --project --prefix hello
      To get
      
      <!DOCTYPE RCC><RCC version="1.0">
      <qresource prefix="hello">
      <file>./readme.md</file>
      </qresource>
      </RCC>
      

      Attachments

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

        Activity

          People

            hjk hjk
            irfan.omair@digia.com Irfan Omair
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes