-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqml.qrc
25 lines (25 loc) · 878 Bytes
/
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
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>TabWidget.qml</file>
<file>ConsoleTab.qml</file>
<file>static/bottle.png</file>
<file>static/cmp.png</file>
<file>static/cocktail.png</file>
<file>static/console.png</file>
<file>static/cpu.png</file>
<file>static/list.png</file>
<file>static/s.png</file>
<file>static/shot-glass_empty.png</file>
<file>static/shot-glass_full.png</file>
<file>static/solar-system.png</file>
<file>static/table.png</file>
<file>static/whiskey.png</file>
<file>StatusTableTab.qml</file>
<file>LQStorageTab.qml</file>
<file>ConfigurationTab.qml</file>
<file>MixerTab.qml</file>
<file>static/lemon-ico.png</file>
<file>static/no-entry.png</file>
</qresource>
</RCC>