Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
None
-
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") )