summaryrefslogtreecommitdiffstats
path: root/shoplist
diff options
context:
space:
mode:
authorAnselmo Lacerda S. de Melo <anselmo.melo@openbossa.org>2009-11-02 10:58:13 -0300
committerAnselmo Lacerda S. de Melo <anselmo.melo@openbossa.org>2009-11-02 11:05:02 -0300
commit4f7ee8e4f4462a818df806fca9d5616e453e1229 (patch)
tree982d8fbce25fae6a9be5d233d261116b8a808b4f /shoplist
parent9eb35709ad9f8659211a077d1a01796d2d45e15a (diff)
ShopList: Fixing issues with S60 package
* UID3 was the same of weather * We can't use PNG icons on S60. Created a bmp copy. Signed-off-by: Anselmo Lacerda S. de Melo <anselmo.melo@openbossa.org>
Diffstat (limited to 'shoplist')
-rw-r--r--shoplist/images/icon-shoplist.bmpbin0 -> 16438 bytes
-rw-r--r--shoplist/shoplist.pro4
2 files changed, 2 insertions, 2 deletions
diff --git a/shoplist/images/icon-shoplist.bmp b/shoplist/images/icon-shoplist.bmp
new file mode 100644
index 0000000..49fd5f5
--- /dev/null
+++ b/shoplist/images/icon-shoplist.bmp
Binary files differ
diff --git a/shoplist/shoplist.pro b/shoplist/shoplist.pro
index 33cb87e..b3e6eb3 100644
--- a/shoplist/shoplist.pro
+++ b/shoplist/shoplist.pro
@@ -12,6 +12,6 @@ QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
symbian {
TARGET.EPOCHEAPSIZE = 0x20000 \
0x2000000
- TARGET.UID3 = 0xe1234567
- ICON = images/icon-shoplist.png
+ TARGET.UID3 = 0xe1234568
+ ICON = images/icon-shoplist.bmp
}