sounds.qrc 805 B

1234567891011121314
  1. <RCC>
  2. <qresource prefix="/sounds">
  3. <file alias="msg_incoming.mp3">../../sounds/msg_incoming.mp3</file>
  4. <file alias="call_busy.mp3">../../sounds/call_busy.mp3</file>
  5. <file alias="call_connect.mp3">../../sounds/call_connect.mp3</file>
  6. <file alias="call_end.mp3">../../sounds/call_end.mp3</file>
  7. <file alias="call_incoming.mp3">../../sounds/call_incoming.mp3</file>
  8. <file alias="call_outgoing.mp3">../../sounds/call_outgoing.mp3</file>
  9. <file alias="group_call_start.mp3">../../sounds/group_call_start.mp3</file>
  10. <file alias="group_call_connect.mp3">../../sounds/group_call_connect.mp3</file>
  11. <file alias="group_call_end.mp3">../../sounds/group_call_end.mp3</file>
  12. <file alias="group_call_allowed.mp3">../../sounds/group_call_allowed.mp3</file>
  13. </qresource>
  14. </RCC>