blob: 5c41bc913290070e3b361dffe2ee24b5e0e558a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<RCC>
<qresource prefix="/htmlexport">
<file>htmlexport.css</file>
</qresource>
<qresource prefix="/forms">
<file>htmlexport.ui</file>
</qresource>
<qresource prefix="/msg">
<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>
|