RepRaptor/graphics.qrc
NeoTheFox e7ad6a0013 Added firmware to options (EEPROM editor)
Some preparations to support EEPROM editor
Only enable checksums and EEPROM editor for debug right now
2015-03-07 01:48:17 +03:00

15 lines
425 B
Plaintext

<RCC>
<qresource prefix="/">
<file>icons/icon.png</file>
<file>icons/logo.png</file>
<file>icons/error_a.png</file>
<file>icons/error_b.png</file>
<file>icons/g.png</file>
<file>icons/sd.png</file>
<file>icons/settings.png</file>
<file>icons/about.png</file>
<file>icons/exit.png</file>
<file>icons/eeprom.png</file>
</qresource>
</RCC>