qtdeclarative/examples/quick/threading/threading.qrc

11 lines
365 B
Plaintext
Raw Normal View History

<RCC>
<qresource prefix="/qt/qml/threading">
<file>threading.qml</file>
<file>threadedlistmodel/timedisplay.qml</file>
<file>threadedlistmodel/dataloader.mjs</file>
<file>workerscript/Spinner.qml</file>
<file>workerscript/workerscript.mjs</file>
<file>workerscript/workerscript.qml</file>
</qresource>
</RCC>