aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/filesystemexplorer/FileSystemModule/app.qrc
blob: fec76fe67f724f2cda5fa90155577b4cc88d7fd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<RCC>
    <qresource prefix="/qt/qml/FileSystemModule">
        <file>qmldir</file>
        <file>Main.qml</file>
        <file>qml/About.qml</file>
        <file>qml/Editor.qml</file>
        <file>qml/Colors.qml</file>
        <file>qml/FileSystemView.qml</file>
        <file>qml/MyMenu.qml</file>
        <file>qml/MyMenuBar.qml</file>
        <file>qml/ResizeButton.qml</file>
        <file>qml/Sidebar.qml</file>
        <file>qml/WindowDragHandler.qml</file>
    </qresource>
</RCC>