-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathqml.qrc
More file actions
19 lines (19 loc) · 740 Bytes
/
qml.qrc
File metadata and controls
19 lines (19 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<RCC>
<qresource prefix="/">
<file>Qml/main.qml</file>
<file>Qml/InitialScreen.qml</file>
<file>Qml/Flute.qml</file>
<file>Qml/BluesHarmonica.qml</file>
<file>Qml/TwelveBarProgression.qml</file>
<file>Qml/TwelveBarProgressionRect.qml</file>
<file>Qml/ControlBar.qml</file>
<file>Qml/BluesHarmonicaChordProgression.qml</file>
<file>Qml/PartitureChooserOverlay.qml</file>
<file>Qml/HarmonicaNoteFlow.qml</file>
<file>Qml/BluesHarmonicaNoteBlow.qml</file>
<file>Qml/SheetInformation.qml</file>
<file>Images/flute.png</file>
<file>Images/harmonica.png</file>
<file>Images/harmonica_bg.svg</file>
</qresource>
</RCC>