Qt 3D: Simple Custom Material QML Example


  <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>