-
Notifications
You must be signed in to change notification settings - Fork 0
/
qml.qrc
21 lines (21 loc) · 912 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 alias="qtquickcontrols2.conf">res/qml/qtquickcontrols2.conf</file>
<file>res/qml/main.qml</file>
<file>res/qml/Common/qmldir</file>
<file>res/qml/Common/mydebugrect.qml</file>
<file>res/qml/Common/toast.qml</file>
<file>res/qml/Common/scorebox.qml</file>
<file>res/qml/Common/gameboard.qml</file>
<file>res/qml/Dialogs/qmldir</file>
<file>res/qml/Dialogs/aboutdialog.qml</file>
<file>res/qml/Theme/qmldir</file>
<file>res/qml/Theme/theme.qml</file>
<file>res/qml/Components/qmldir</file>
<file>res/qml/Components/basebutton.qml</file>
<file>res/qml/Components/gemcell.qml</file>
<file>res/qml/Components/modifier.qml</file>
<file>res/qml/DataModels/qmldir</file>
<file>res/qml/DataModels/gemitemsmodel.qml</file>
</qresource>
</RCC>