-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.qrc
41 lines (41 loc) · 1.69 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<RCC>
<qresource prefix="/">
<file>css/default.css</file>
<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>html/settings.html</file>
<file>html/hacking.html</file>
<file>html/user.html</file>
<file>lisp/emacsbridge.el</file>
<file>lisp/emacsbridge-rpc.el</file>
<file>lisp/emacsbridge-qml.el</file>
<file>lisp/emacsbridge-bbdb.el</file>
<file>lisp/emacsbridge-settings.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>
<file>json/termux-setup.json</file>
<file>scripts/emacs-init.el</file>
<file>scripts/emacs-init.sh</file>
<file>scripts/pc-init.sh</file>
<file>scripts/termux-init.sh</file>
<file>scripts/termux-access.sh</file>
</qresource>
</RCC>