blob: 0198048cc1d2022b57609e5363ceace422e0fc82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<RCC>
<qresource prefix="/htmlexport">
<file>htmlexport.css</file>
</qresource>
<qresource prefix="/forms">
<file>htmlexport.ui</file>
</qresource>
<qresource prefix="/msg">
<file>HtmlExport_de.qm</file>
<file>HtmlExport_pl.qm</file>
<file>HtmlExport_ru.qm</file>
<file>HtmlExport_fr.qm</file>
<file>HtmlExport_sk.qm</file>
<file>HtmlExport_zh_CN.qm</file>
</qresource>
</RCC>
|