-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqml.qrc
executable file
·27 lines (27 loc) · 978 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
26
27
<RCC>
<qresource prefix="/">
<file>qml/main.qml</file>
<file>assets/sounds/shortClick.wav</file>
<file>qml/calibration.qml</file>
<file>qml/Constants.qml</file>
<file>qml/CalibPoints.qml</file>
<file>qml/Object.qml</file>
<file>qml/qmldir</file>
<file>qml/keyboard.qml</file>
<file>qml/FpsDisplay.qml</file>
<file>qml/Engine.qml</file>
<file>qml/StateMachine.qml</file>
<file>qml/KeyboardManager.qml</file>
<file>qml/Key.qml</file>
<file>assets/js/utils.js</file>
<file>assets/fonts/fontawesome-webfont.ttf</file>
<file>qml/KeyboardRow.qml</file>
<file>qml/WordList.qml</file>
<file>assets/sounds/buttonclick.wav</file>
<file>qml/dialog.qml</file>
<file>config/3.json</file>
<file>config/2.json</file>
<file>config/1.json</file>
<file>config/experiments.json</file>
</qresource>
</RCC>