-
Notifications
You must be signed in to change notification settings - Fork 4
/
qml.qrc
21 lines (21 loc) · 838 Bytes
/
qml.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<RCC>
<qresource prefix="/">
<file>qml/AboutPage.qml</file>
<file>qml/AppIconButton.qml</file>
<file>qml/images/chevron-left-32.svg</file>
<file>qml/images/clock-forward-32.svg</file>
<file>qml/images/forward-32-f.svg</file>
<file>qml/images/handle-vertical-32.svg</file>
<file>qml/images/information-32.svg</file>
<file>qml/images/play-32-f.svg</file>
<file>qml/images/qt-code-32.svg</file>
<file>qml/images/share-32.svg</file>
<file>qml/images/stop-square-32-f.svg</file>
<file>qml/Imports.qml</file>
<file>qml/MainPage.qml</file>
<file>qml/MyApp.qml</file>
<file>qml/SharePage.qml</file>
<file>qt5-qml-toolkit/CodeEdit.qml</file>
<file>qt5-qml-toolkit/RunView.qml</file>
</qresource>
</RCC>