resources file added in order to provide binary media file for the User Interfaces

This commit is contained in:
Sebastian Wehling-Benatelli 2014-03-31 13:00:57 +02:00
parent c26782bf7c
commit faacfc423c

View File

@ -1,8 +1,7 @@
<RCC>
<qresource prefix="/icons" lang="images">
<file>icons/pylot.ico</file>
</qresource>
<qresource prefix="/help" lang="HTML">
<file>help/index.html</file>
<qresource>
<file alias="icon.ico">icons/pylot.ico</file>
<file>help/index.html</file>
</qresource>
</RCC>