forked from KDE/ghostwriter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.qrc
32 lines (32 loc) · 1.55 KB
/
resources.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
<RCC>
<qresource prefix="/">
<file>resources/images/close.svg</file>
<file>resources/images/close-hover.svg</file>
<file>resources/images/close-pressed.svg</file>
<file>resources/images/size-grip.svg</file>
<file>resources/images/unavailable.svg</file>
<file>resources/images/focus-dark.svg</file>
<file>resources/images/focus-light.svg</file>
<file>resources/images/fullscreen-dark.svg</file>
<file>resources/images/fullscreen-light.svg</file>
<file>resources/images/hemingway-dark.svg</file>
<file>resources/images/hemingway-light.svg</file>
<file>resources/images/hide-huds-dark.svg</file>
<file>resources/images/hide-huds-light.svg</file>
<file>resources/images/html-preview-dark.svg</file>
<file>resources/images/html-preview-light.svg</file>
<file>resources/images/copy-html-dark.svg</file>
<file>resources/images/copy-html-light.svg</file>
<file>resources/images/export-dark.svg</file>
<file>resources/images/export-light.svg</file>
<file>resources/images/configure-dark.svg</file>
<file>resources/images/configure-light.svg</file>
<file>resources/images/ghostwriter.svg</file>
<file>resources/github.css</file>
<file>resources/github-dark.css</file>
<file>resources/quickreferenceguide_en.html</file>
<file>resources/quickreferenceguide_ja.html</file>
<file>resources/quickreferenceguide_ru.html</file>
<file>resources/gw.js</file>
</qresource>
</RCC>