shaders.qrc Example File

simplecustommaterial/shaders.qrc
 <RCC>
     <qresource prefix="/">
         <file>shaders/gl3/simpleColor.frag</file>
         <file>shaders/gl3/simpleColor.vert</file>
         <file>shaders/es2/simpleColor.frag</file>
         <file>shaders/es2/simpleColor.vert</file>
     </qresource>
 </RCC>