annotate src/resources.qrc @ 231:e90dba0cd12a

Implement HTML stuff for about dialog.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 11 Apr 2018 12:38:47 +0300
parents 5c3e3967bdf3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 <RCC>
82
d65e053209ea Fix qrc.
Matti Hamalainen <ccr@tnsp.org>
parents: 80
diff changeset
2 <qresource>
203
5c3e3967bdf3 Use Qt resource aliases.
Matti Hamalainen <ccr@tnsp.org>
parents: 82
diff changeset
3 <file alias="logo">../img/logo.png</file>
5c3e3967bdf3 Use Qt resource aliases.
Matti Hamalainen <ccr@tnsp.org>
parents: 82
diff changeset
4 <file alias="icon">../img/icon-64.png</file>
231
e90dba0cd12a Implement HTML stuff for about dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 203
diff changeset
5 <file alias="license">../COPYING.html</file>
20
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 </qresource>
46867aa4d63d Add logo.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 </RCC>