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

qrc switching to local files

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • None
    • Core: Resource System
    • None

    Description

      Qrc doesn't provide a way to switch from embeded to non embeded (i.e local files).

      Why doing that ?
      When developing an application, It's hard to deal with embeded data's since we have to recompile every changes. Designers and scripts guys don't want to / can't recompile.

      So, why embeding ?
      It's important for obfuscation.(i.e javascript files, 3rd party licenses etc...)

      Switching temporary from qrc to local files is not only changing all makefiles but all paths too: ( QPixmap(":/splash.png") -> QPixmap(appdatadir + "/splash.png") )

      Attachments

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

        Activity

          People

            hjk hjk
            mleborgn morgan leborgne
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes