aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/localstorage/localstorage.qrc
blob: 3950613c7ad65e60392e64e65ef7bc7c2fbf7cff (plain)
1
2
3
4
5
6
7
8
9
<RCC>
    <qresource prefix="/qt/qml/localstorage">
        <file>Header.qml</file>
        <file>Database.js</file>
        <file>MyModel.qml</file>
        <file>MyDelegate.qml</file>
        <file>localstorage.qml</file>
    </qresource>
</RCC>