24 lines
872 B
XML
24 lines
872 B
XML
<RCC>
|
|
<qresource prefix="/">
|
|
<!-- In-app icon resources -->
|
|
<file>icons/app-icon.png</file>
|
|
<file>icons/image-info.png</file>
|
|
<file>icons/fit-to-screen.png</file>
|
|
<file>icons/fit-to-size.png</file>
|
|
<file>icons/zoom-in.png</file>
|
|
<file>icons/zoom-out.png</file>
|
|
<file>icons/rotate-left.png</file>
|
|
<file>icons/rotate-right.png</file>
|
|
<file>icons/go-next.png</file>
|
|
<file>icons/go-previous.png</file>
|
|
<file>icons/flip-horizontal.png</file>
|
|
<file>icons/flip-vertical.png</file>
|
|
<!-- HTML resources -->
|
|
<file>htmls/help.html</file>
|
|
<file>htmls/about.html</file>
|
|
<file>htmls/special-thanks.html</file>
|
|
<file>htmls/license.html</file>
|
|
<file>htmls/third-party-libs.html</file>
|
|
</qresource>
|
|
</RCC>
|