blob: 2138f41f54f649ae98b5e04f38f8d1253cfc749c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<RCC>
<qresource prefix="/htmlexport">
<file>htmlexport.css</file>
</qresource>
<qresource prefix="/forms">
<file>htmlexport.ui</file>
</qresource>
<qresource prefix="/msg">
<file>HtmlExport_ro_RO.qm</file>
<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>
|