forked from aardsoft/emacsbridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.qrc
27 lines (27 loc) · 1.11 KB
/
main.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
<RCC>
<qresource prefix="/">
<file>qml/main.qml</file>
<file>qml/StatusPage.qml</file>
<file>qml/SetupPage.qml</file>
<file>qml/NotificationTestPage.qml</file>
<file>qml/LispEvalPage.qml</file>
<file>icons/icon.png</file>
<file>icons/icon_mini.png</file>
<file>html/index.html</file>
<file>lisp/emacsbridge-rpc.el</file>
<file>lisp/alert-emacsbridge.el</file>
<file>icons/gallery/index.theme</file>
<file>icons/gallery/20x20/back.png</file>
<file>icons/gallery/20x20/drawer.png</file>
<file>icons/gallery/20x20/menu.png</file>
<file>icons/gallery/20x20@2/back.png</file>
<file>icons/gallery/20x20@2/drawer.png</file>
<file>icons/gallery/20x20@2/menu.png</file>
<file>icons/gallery/20x20@3/back.png</file>
<file>icons/gallery/20x20@3/drawer.png</file>
<file>icons/gallery/20x20@3/menu.png</file>
<file>icons/gallery/20x20@4/back.png</file>
<file>icons/gallery/20x20@4/drawer.png</file>
<file>icons/gallery/20x20@4/menu.png</file>
</qresource>
</RCC>