-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqml.qrc
38 lines (38 loc) · 1.48 KB
/
qml.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<RCC>
<qresource prefix="/">
<file>qml/Splash.qml</file>
<file>qml/main.qml</file>
<file>qml/SpinBoxPage.qml</file>
<file>qml/ScrollablePage.qml</file>
<file>icons/20x20/back.png</file>
<file>icons/20x20/drawer.png</file>
<file>icons/20x20/menu.png</file>
<file>icons/20x20@2/back.png</file>
<file>icons/20x20@2/drawer.png</file>
<file>icons/20x20@2/menu.png</file>
<file>icons/20x20@3/back.png</file>
<file>icons/20x20@3/drawer.png</file>
<file>icons/20x20@3/menu.png</file>
<file>icons/20x20@4/back.png</file>
<file>icons/20x20@4/drawer.png</file>
<file>icons/20x20@4/menu.png</file>
<file>images/arrow.png</file>
<file>images/[email protected]</file>
<file>images/[email protected]</file>
<file>images/[email protected]</file>
<file>images/arrows.png</file>
<file>images/[email protected]</file>
<file>images/[email protected]</file>
<file>images/[email protected]</file>
<file>images/qt-logo.png</file>
<file>images/[email protected]</file>
<file>images/[email protected]</file>
<file>images/[email protected]</file>
<file>images/WinLua-Logo.png</file>
<file>icons/bg-pane.ico</file>
<file>images/Lua-Logo.png</file>
<file>qtquickcontrols2.conf</file>
<file>icons/Search.ico</file>
<file>icons/Search.png</file>
</qresource>
</RCC>