forked from owncloud/client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
client.qrc
15 lines (15 loc) · 1.04 KB
/
client.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<RCC>
<qresource prefix="/client">
<file alias="resources/folder-sync.svg">resources/font-awesome/folder-solid.svg</file>
<file alias="resources/settings.svg">resources/font-awesome/cog-solid.svg</file>
<file alias="resources/activity.svg">resources/font-awesome/bolt-solid.svg</file>
<file alias="resources/lock-https.svg">resources/font-awesome/lock-solid.svg</file>
<file alias="resources/lock-http.svg">resources/font-awesome/lock-open-solid.svg</file>
<file alias="resources/account.svg">resources/font-awesome/user-solid.svg</file>
<file alias="resources/more.svg">resources/font-awesome/ellipsis-h-solid.svg</file>
<file alias="resources/delete.svg">resources/font-awesome/trash-solid.svg</file>
<file alias="resources/bell.svg">resources/font-awesome/bell-solid.svg</file>
<file alias="resources/quit.svg">resources/font-awesome/power-off-solid.svg</file>
<file alias="resources/plus-solid.svg">resources/font-awesome/plus-solid.svg</file>
</qresource>
</RCC>