diff options
author | Lionel <lionel.miquel46@gmail.com> | 2018-12-16 14:52:12 +0100 |
---|---|---|
committer | Lionel <lionel.miquel46@gmail.com> | 2018-12-16 14:52:12 +0100 |
commit | 469adba31f7ec1b5e2fa167db2b8fe9718d972fa (patch) | |
tree | 9079c0294a7cfdb11233eccc20bd6f94c30f875a /botvac/rsc.qrc | |
parent | 26a854d455976caf2edbd124fc2bfe066ce61403 (diff) | |
download | aneatocli-469adba31f7ec1b5e2fa167db2b8fe9718d972fa.tar.gz aneatocli-469adba31f7ec1b5e2fa167db2b8fe9718d972fa.zip |
Added files for pip packages. Also added a test file that doesn't work (sadly) for the moment.
Diffstat (limited to 'botvac/rsc.qrc')
-rw-r--r-- | botvac/rsc.qrc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/botvac/rsc.qrc b/botvac/rsc.qrc new file mode 100644 index 0000000..53a92d3 --- /dev/null +++ b/botvac/rsc.qrc @@ -0,0 +1,18 @@ +<!DOCTYPE RCC> +<RCC version="1.0"> +<qresource> + <file alias="neato">ressources/neato.png</file> + <file alias="impex">ressources/import_export-24px.svg</file> + <file alias="refresh">ressources/refresh-24px.svg</file> + <file alias="info">ressources/info-24px.svg</file> + <file alias="bugrep">ressources/bug_report-24px.svg</file> + <file alias="secrets">ressources/fingerprint-24px.svg</file> + <file alias="robot">ressources/robot.svg</file> + <file alias="cloudquest">ressources/cloud-question.svg</file> + <file alias="start">ressources/start.svg</file> + <file alias="stop">ressources/stop.svg</file> + <file alias="pause">ressources/pause.svg</file> + <file alias="resume">ressources/resume.svg</file> + <file alias="base">ressources/base.svg</file> +</qresource> +</RCC> |