aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/resources.qrc
blob: 67ec1dd8c3dd18a64db2e036237ee86e06219bd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<RCC>
    <qresource prefix="/icons">
        <file>resource/green.png</file>
        <file>resource/orange.png</file>
        <file>resource/red.png</file>
        <file>resource/gray.png</file>
        <file>resource/avatar.png</file>
        <file>resource/searchIcon.png</file>
        <file>resource/downArrow.png</file>
        <file>resource/ajax-loader.gif</file>
        <file>resource/icon.png</file>
        <file>resource/settingsButton.png</file>
        <file>resource/addButton.png</file>
    </qresource>
</RCC>