forked from dawndiy/recorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRecorder.qrc
26 lines (26 loc) · 937 Bytes
/
Recorder.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
<RCC>
<qresource prefix="/">
<file>Main.qml</file>
<file>ui/HomePage.qml</file>
<file>ui/SettingsPage.qml</file>
<file>ui/RecordsPage.qml</file>
<file>ui/AboutPage.qml</file>
<file>ui/SelectionPage.qml</file>
<file>component/ListItemHeader.qml</file>
<file>ui/DonatePage.qml</file>
<file>Recorder.png</file>
<file>component/HeaderButton.qml</file>
<file>image/alipay.png</file>
<file>image/paypal.png</file>
<file>image/wechat.png</file>
<file>image/sorting.svg</file>
<file>image/wechat_qrcode.png</file>
<file>image/alipay_qrcode.png</file>
<file>component/SnackBar.qml</file>
<file>ui/IntroPage.qml</file>
<file>image/intro_0.png</file>
<file>image/intro_1.png</file>
<file>image/intro_2.png</file>
<file>image/intro_3.png</file>
</qresource>
</RCC>