mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
0335f20362
Make use of the `AUTORCC` feature of cmake to simplify adding resource files to qTox. Fixes #6144
9 lines
242 B
Plaintext
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>
|