This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric-Qt/doric/qml.qrc

8 lines
299 B
Plaintext
Raw Normal View History

2019-12-04 15:51:46 +08:00
<RCC>
2019-12-04 17:39:41 +08:00
<qresource prefix="/doric">
<file alias="doric-sandbox.js">../../doric-js/bundle/doric-sandbox.js</file>
<file alias="doric-lib.js">../../doric-js/bundle/doric-lib.js</file>
<file alias="Snake.js">../../doric-demo/bundle/src/Snake.js</file>
2019-12-04 15:51:46 +08:00
</qresource>
</RCC>