summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debugger.qrc
blob: 6b29c8479ba70bd5870441428ad7ecc8b65cd3b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<RCC>
    <qresource prefix="/debugger" >
        <file>images/breakpoint.svg</file>
        <file>images/breakpoint_pending.svg</file>
        <file>images/breakpoint_disabled.svg</file>
        <file>images/debugger_breakpoints.png</file>
        <file>images/debugger_continue_small.png</file>
        <file>images/debugger_interrupt_small.png</file>
        <file>images/debugger_start.png</file>
        <file>images/debugger_start_small.png</file>
        <file>images/debugger_stepinto_small.png</file>
        <file>images/debugger_stepout_small.png</file>
        <file>images/debugger_stepover_small.png</file>
        <file>images/debugger_steponeproc_small.png</file>
        <file>images/debugger_stepoverproc_small.png</file>
        <file>images/debugger_stop_small.png</file>
        <file>images/delete.png</file>
        <file>images/done.png</file>
        <file>images/empty.svg</file>
        <file>images/error.png</file>
        <file>images/location.svg</file>
        <file>images/newitem.png</file>
        <file>images/running.png</file>
    </qresource>
</RCC>