resource.qrc 1.7 KB

12345678910111213141516171819202122232425262728
  1. <RCC>
  2. <qresource prefix="/">
  3. <file alias="hyperion-schema">hyperion.schema.json</file>
  4. <file alias="schema-general.json">schema/schema-general.json</file>
  5. <file alias="schema-logger.json">schema/schema-logger.json</file>
  6. <file alias="schema-device.json">schema/schema-device.json</file>
  7. <file alias="schema-color.json">schema/schema-color.json</file>
  8. <file alias="schema-smoothing.json">schema/schema-smoothing.json</file>
  9. <file alias="schema-grabberV4L2.json">schema/schema-grabberV4L2.json</file>
  10. <file alias="schema-grabberAudio.json">schema/schema-grabberAudio.json</file>
  11. <file alias="schema-framegrabber.json">schema/schema-framegrabber.json</file>
  12. <file alias="schema-blackborderdetector.json">schema/schema-blackborderdetector.json</file>
  13. <file alias="schema-foregroundEffect.json">schema/schema-foregroundEffect.json</file>
  14. <file alias="schema-backgroundEffect.json">schema/schema-backgroundEffect.json</file>
  15. <file alias="schema-forwarder.json">schema/schema-forwarder.json</file>
  16. <file alias="schema-jsonServer.json">schema/schema-jsonServer.json</file>
  17. <file alias="schema-flatbufServer.json">schema/schema-flatbufServer.json</file>
  18. <file alias="schema-protoServer.json">schema/schema-protoServer.json</file>
  19. <file alias="schema-boblightServer.json">schema/schema-boblightServer.json</file>
  20. <file alias="schema-webConfig.json">schema/schema-webConfig.json</file>
  21. <file alias="schema-effects.json">schema/schema-effects.json</file>
  22. <file alias="schema-ledConfig.json">schema/schema-ledConfig.json</file>
  23. <file alias="schema-leds.json">schema/schema-leds.json</file>
  24. <file alias="schema-instCapture.json">schema/schema-instCapture.json</file>
  25. <file alias="schema-network.json">schema/schema-network.json</file>
  26. </qresource>
  27. </RCC>