subsurface/subsurface.qrc
Dirk Hohndel 315c0b505c Set the window icon in Qt
And even use the resource file to allow me to use an alias for it in the
actual code.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2013-04-23 09:55:08 -07:00

6 lines
170 B
Text

<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file alias="star">star.svg</file>
<file alias="subsurface-icon">subsurface-icon.png</file>
</qresource>
</RCC>