default.qrc 866 B

12345678910111213141516171819202122232425
  1. <RCC>
  2. <qresource prefix="icons/default">
  3. <file alias="index.theme">icons/index.theme</file>
  4. <file alias="16x16/checked.png">icons/16x16/checked.png</file>
  5. <file alias="16x16/failed.png">icons/16x16/failed.png</file>
  6. <file alias="16x16/lock.png">icons/16x16/lock.png</file>
  7. <file alias="48x48/bad_folder.png">icons/48x48/bad_folder.png</file>
  8. <file alias="48x48/chip.png">icons/48x48/chip.png</file>
  9. <file alias="48x48/folder.png">icons/48x48/folder.png</file>
  10. <file alias="48x48/plus.png">icons/48x48/plus.png</file>
  11. <file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file>
  12. <file alias="256x256/yuzu.png">icons/256x256/yuzu.png</file>
  13. <file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file>
  14. </qresource>
  15. </RCC>