resources.qrc 1.2 KB

1234567891011121314151617181920212223242526272829
  1. <RCC>
  2. <qresource prefix="/">
  3. <file>resources/Button.qml</file>
  4. <file>resources/GameScreen.qml</file>
  5. <file>resources/HighScoreScreen.qml</file>
  6. <file>resources/Hole.qml</file>
  7. <file>resources/InfoScreen.qml</file>
  8. <file>resources/main.qml</file>
  9. <file>resources/scripts.js</file>
  10. <file>resources/StartScreen.qml</file>
  11. <file>resources/images/bg.jpg</file>
  12. <file>resources/images/close.png</file>
  13. <file>resources/images/highscore.png</file>
  14. <file>resources/images/highscore2.png</file>
  15. <file>resources/images/hole.png</file>
  16. <file>resources/images/holebg.png</file>
  17. <file>resources/images/holebg1.png</file>
  18. <file>resources/images/holebg2.png</file>
  19. <file>resources/images/holebg3.png</file>
  20. <file>resources/images/holebgred.png</file>
  21. <file>resources/images/homebtn.png</file>
  22. <file>resources/images/homebtn2.png</file>
  23. <file>resources/images/minimize.png</file>
  24. <file>resources/images/restart.png</file>
  25. <file>resources/images/restart2.png</file>
  26. <file>resources/images/start.jpg</file>
  27. </qresource>
  28. </RCC>