resources.qrc 277 B

12345678910111213
  1. <RCC>
  2. <qresource prefix="video">
  3. <file>helloworld.webm</file>
  4. </qresource>
  5. <qresource prefix="images">
  6. <file>helloworld.png</file>
  7. <file>transparency.png</file>
  8. </qresource>
  9. <qresource prefix="text">
  10. <file>../COPYING.gpl3</file>
  11. </qresource>
  12. </RCC>