resources.qrc 2.2 KB

1234567891011121314151617181920212223242526272829303132
  1. <RCC>
  2. <qresource prefix="/">
  3. <file alias="font.png">../epong_graphics/font.png</file>
  4. <file alias="ball_64x64.png">../epong_graphics/ball_64x64.png</file>
  5. <file alias="stick_red_64x256.png">../epong_graphics/stick_red_64x256.png</file>
  6. <file alias="stick_blue_64x256.png">../epong_graphics/stick_blue_64x256.png</file>
  7. <file alias="background_space1.png">../epong_graphics/background_space1.png</file>
  8. <file alias="background_space2.png">../epong_graphics/background_space2.png</file>
  9. <file alias="planet_small.png">../epong_graphics/planet_small.png</file>
  10. <file alias="planet_big.png">../epong_graphics/planet_big.png</file>
  11. <file alias="control_button.png">../epong_graphics/control_button.png</file>
  12. <file alias="top_bar.png">../epong_graphics/top_bar.png</file>
  13. <file alias="ball_shine.png">../epong_graphics/ball_shine.png</file>
  14. <file alias="orange_theme/orange_planet_512x512.png">../epong_graphics/orange_theme/orange_planet_512x512.png</file>
  15. <file alias="orange_theme/orange_bg_mountain.png">../epong_graphics/orange_theme/orange_bg_mountain.png</file>
  16. <file alias="orange_theme/orange_bg_space.png">../epong_graphics/orange_theme/orange_bg_space.png</file>
  17. <file alias="gray_theme/gray_planet1_512x512.png">../epong_graphics/gray_theme/gray_planet1_512x512.png</file>
  18. <file alias="gray_theme/gray_bg_space.png">../epong_graphics/gray_theme/gray_bg_space.png</file>
  19. <file alias="13865__adcbicycle__13.wav">../epong_sounds/13865__adcbicycle__13.wav</file>
  20. <file alias="34141__ERH__swell_pad.ogg">../epong_sounds/34141__ERH__swell_pad.ogg</file>
  21. <file alias="ballpong.wav">../epong_sounds/ballpong.wav</file>
  22. <file alias="gameover.wav">../epong_sounds/gameover.wav</file>
  23. <file alias="level_completed.wav">../epong_sounds/level_completed.wav</file>
  24. <file alias="menuclick.wav">../epong_sounds/menuclick.wav</file>
  25. <file alias="shorttick.wav">../epong_sounds/shorttick.wav</file>
  26. <file>qml/default.png</file>
  27. <file>qml/splash.qml</file>
  28. <file>qml/splashvideo.qml</file>
  29. <file>qml/qtepong64.png</file>
  30. </qresource>
  31. </RCC>