mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
a90f0762d9
The new folder structure will be like this: /<module>/CMakeLists.txt /<module>/src/file.cpp /<module>/include/<module>/file.h /<module>/<subdir>/<...>
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>
|