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