1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/audio/resources/audio_res.qrc
sudden6 0335f20362
fix: Qt ressource system usage
Make use of the `AUTORCC` feature of cmake to simplify adding resource
files to qTox.

Fixes #6144
2020-07-03 15:45:57 +02:00

9 lines
242 B
Plaintext

<RCC>
<qresource prefix="/audio">
<file>notification.s16le.pcm</file>
<file>ToxIncomingCall.s16le.pcm</file>
<file>ToxOutgoingCall.s16le.pcm</file>
<file>ToxEndCall.s16le.pcm</file>
</qresource>
</RCC>