Files
clide/resources.qrc

10 lines
462 B
Plaintext
Raw Normal View History

2026-02-01 13:44:43 -05:00
<RCC>
<qresource prefix="/images">
<file alias="kilroy.png">resources/images/kilroy-256.png</file>
</qresource>
<qresource prefix="/fonts">
<file alias="saucecodepro.ttf">resources/SauceCodeProNerdFont-Black.ttf</file>
<file alias="saucecodepro-light.ttf">resources/SauceCodeProNerdFont-Light.ttf</file>
<file alias="saucecodepro-xlight.ttf">resources/SauceCodeProNerdFont-ExtraLight.ttf</file>
2026-02-01 13:44:43 -05:00
</qresource>
</RCC>