diff options
Diffstat (limited to 'src/pmtime/pmtime.qrc')
-rw-r--r-- | src/pmtime/pmtime.qrc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/pmtime/pmtime.qrc b/src/pmtime/pmtime.qrc new file mode 100644 index 0000000..be262b0 --- /dev/null +++ b/src/pmtime/pmtime.qrc @@ -0,0 +1,24 @@ +<!DOCTYPE RCC><RCC version="1.0"> +<qresource> + <file>images/play_off.png</file> + <file>images/play_on.png</file> + <file>images/fastfwd_off.png</file> + <file>images/fastfwd_on.png</file> + <file>images/fastback_off.png</file> + <file>images/fastback_on.png</file> + <file>images/back_off.png</file> + <file>images/back_on.png</file> + <file>images/stepfwd_off.png</file> + <file>images/stepfwd_on.png</file> + <file>images/stepback_off.png</file> + <file>images/stepback_on.png</file> + <file>images/stop_off.png</file> + <file>images/stop_on.png</file> + <file>images/whatsthis.png</file> + <file>images/edit-clear.png</file> + <file>images/internet-web-browser.png</file> + <file>images/pmtime.png</file> + <file>images/aboutpmtime.png</file> + <file>images/aboutpcp.png</file> +</qresource> +</RCC> |