-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqml.qrc
30 lines (30 loc) · 938 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
28
29
30
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>Status.qml</file>
<file>Config.qml</file>
<file>SoundReduce.qml</file>
<file>SoundLocate.qml</file>
<file>SoundFFT.qml</file>
<file>SoundInput.qml</file>
<file>SoundSimulate.qml</file>
<file>General.qml</file>
<file>Log.qml</file>
<file>Connections.qml</file>
<file>Output.qml</file>
<file>websocketFunctions.js</file>
<file>urlParse.js</file>
<file>three.min.js</file>
<file>style.css</file>
<file>orbiControls.js</file>
<file>notMyThree.js</file>
<file>myThree.js</file>
<file>main.js</file>
<file>lut.js</file>
<file>index.html</file>
<file>HsvToRgb.js</file>
<file>error.png</file>
<file>SoftwareRenderer.js</file>
<file>Projector.js</file>
</qresource>
</RCC>