obs-StreamFX/ui/streamfx.qrc
Michael Fabian 'Xaymar' Dirks f58ce9f421 project: Implement a brand new UI with fancy windows
Implements support for various new UI features that weren't possible up until now, such as an 'About StreamFX' window with a thank you to everyone that supported the project up until now.
2020-04-23 01:09:02 +02:00

13 lines
476 B
Text

<RCC>
<qresource prefix="logos">
<file alias="streamfx_logo">logo.png</file>
</qresource>
<qresource prefix="linktype">
<file alias="discord">linktype_discord.png</file>
<file alias="facebook">linktype_facebook.png</file>
<file alias="generic">linktype_generic.png</file>
<file alias="twitch">linktype_twitch.png</file>
<file alias="twitter">linktype_twitter.png</file>
<file alias="youtube">linktype_youtube.png</file>
</qresource>
</RCC>