summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2010-02-26 13:56:55 +0100
committerChristian Kamm <christian.d.kamm@nokia.com>2010-02-26 13:56:55 +0100
commit754a63ff40fd78be7bc0bf70c8b072d079e1fac9 (patch)
tree64c447e0f76e1dab81ebcd322338c91eb984b3c1
parentc909475edb3b9bd0538a834be3a4f0a589318862 (diff)
Add forgotten resource file.
-rw-r--r--library/components/component.qrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/library/components/component.qrc b/library/components/component.qrc
new file mode 100644
index 0000000..219c84b
--- /dev/null
+++ b/library/components/component.qrc
@@ -0,0 +1,14 @@
+<RCC>
+ <qresource prefix="/components">
+ <file>images/battery_0.png</file>
+ <file>images/battery_20.png</file>
+ <file>images/battery_40.png</file>
+ <file>images/battery_60.png</file>
+ <file>images/battery_80.png</file>
+ <file>images/battery_100.png</file>
+ <file>images/batterypower.png</file>
+ <file>images/unknownpower.png</file>
+ <file>images/wall_charge.png</file>
+ <file>images/wall.png</file>
+ </qresource>
+</RCC>