summaryrefslogtreecommitdiffstats
path: root/shoplist
diff options
context:
space:
mode:
authorJesus Sanchez-Palencia <jesus.palencia@openbossa.org>2009-10-28 15:43:42 -0300
committerJesus Sanchez-Palencia <jesus.palencia@openbossa.org>2009-10-28 15:43:42 -0300
commit2f559b3febfd8d7768cb2ffe837523829412da57 (patch)
treedcf897504716b2e25ff3dfd2e44407de63b75aa4 /shoplist
parentf384e7ab749535b4a04dfe9f74fdd2f048999036 (diff)
ShoppingList: Increasing heap size on symbian platform
Signed-off-by: Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
Diffstat (limited to 'shoplist')
-rw-r--r--shoplist/shoplist.pro9
1 files changed, 2 insertions, 7 deletions
diff --git a/shoplist/shoplist.pro b/shoplist/shoplist.pro
index 4df7a52..46c3f13 100644
--- a/shoplist/shoplist.pro
+++ b/shoplist/shoplist.pro
@@ -10,12 +10,7 @@ RESOURCES += resources.qrc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
symbian {
- HEADERS += src/sym_iap_util.h
- LIBS += -lesock -lconnmon -lcone -lavkon
- TARGET.CAPABILITY = NetworkServices
- addFiles.sources = symbian.ini
- addFiles.path = e:\resources\apps
- DEPLOYMENT += addFiles
- ICON = images/icon.svg
+ TARGET.EPOCHEAPSIZE = 0x20000 \
+ 0x2000000
TARGET.UID3 = 0xe1234567
}