aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/threading/threading.qrc
blob: 5dc6dff443447cecff3109a67041f66572426178 (plain)
1
2
3
4
5
6
7
8
9
10
<RCC>
    <qresource prefix="/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>