-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqml.qrc
35 lines (35 loc) · 1.34 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
<RCC>
<qresource prefix="/">
<file>Main.qml</file>
<file>SensorViewer.qml</file>
<file>ActuatorViewer.qml</file>
<file>RemoteControl.qml</file>
<file>RCButton.qml</file>
<file>RemoteCallViewer.qml</file>
<file>AutoSizingMenu.qml</file>
<file>MainComponent.qml</file>
<file>MenuComponent.qml</file>
<file>RemoteCallComponent.qml</file>
<file>LogComponent.qml</file>
<file>MapComponent.qml</file>
<file>ScriptComponent.qml</file>
<file>SystemViewer.qml</file>
<file>ConsoleComponent.qml</file>
<file>TabComponent.qml</file>
<file>MiniLogComponent.qml</file>
<file>ShortcutComponent.qml</file>
<file>fonts/PTMono-Regular.ttf</file>
<file>fonts/Roboto-Black.ttf</file>
<file>fonts/Roboto-BlackItalic.ttf</file>
<file>fonts/Roboto-Bold.ttf</file>
<file>fonts/Roboto-BoldItalic.ttf</file>
<file>fonts/Roboto-Italic.ttf</file>
<file>fonts/Roboto-Light.ttf</file>
<file>fonts/Roboto-LightItalic.ttf</file>
<file>fonts/Roboto-Medium.ttf</file>
<file>fonts/Roboto-MediumItalic.ttf</file>
<file>fonts/Roboto-Regular.ttf</file>
<file>fonts/Roboto-Thin.ttf</file>
<file>fonts/Roboto-ThinItalic.ttf</file>
</qresource>
</RCC>