-
Notifications
You must be signed in to change notification settings - Fork 1
/
Athena.qrc
30 lines (30 loc) · 1.09 KB
/
Athena.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
<RCC>
<qresource prefix="/">
<file>src/qml/main.qml</file>
<file>src/qml/ControlBoard.qml</file>
<file>src/qml/Settings.qml</file>
<file>graph/shaders/line.fsh</file>
<file>graph/shaders/line.vsh</file>
<file>graph/shaders/noisy.fsh</file>
<file>graph/shaders/noisy.vsh</file>
<file>qtquickcontrols2.conf</file>
<file>source/connect.png</file>
<file>source/access.png</file>
<file>source/radio.png</file>
<file>source/disconnect.png</file>
<file>source/settings.png</file>
<file>source/joy.png</file>
<file>source/joy2.png</file>
<file>source/joy3.png</file>
<file>source/camera.png</file>
<file>src/qml/ZGroupBox.qml</file>
<file>source/start.png</file>
<file>source/start2.png</file>
<file>source/stop.png</file>
<file>source/stop2.png</file>
<file>src/qml/ZSwitch.qml</file>
<file>source/referee.png</file>
<file>src/qml/RefereeBox.qml</file>
<file>src/qml/ZRefButton.qml</file>
</qresource>
</RCC>