-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqml.qrc
21 lines (21 loc) · 803 Bytes
/
qml.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>components/Header.qml</file>
<file>components/HeaderBar.qml</file>
<file>components/CreateUserForm.qml</file>
<file>components/UserCard.qml</file>
<file>components/FileBrowser.qml</file>
<file>components/PopupModal.qml</file>
<file>manager.qml</file>
<file>components/HeaderBarManager.qml</file>
<file>components/PathLabels.qml</file>
<file>components/SideBar.qml</file>
<file>components/FileContainer.qml</file>
<file>components/RadiusButton.qml</file>
<file>components/Folder.qml</file>
</qresource>
<qresource prefix="/fonts">
<file alias="font.ttf">fonts/fontawesome-webfont.ttf</file>
</qresource>
</RCC>