diff -r 99ad1390cd33 -r c499df2dbb33 tsrc/unittest/unittest_imagedecoderwrapper/unittest_imagedecoderwrapper.pro --- a/tsrc/unittest/unittest_imagedecoderwrapper/unittest_imagedecoderwrapper.pro Fri Apr 16 14:58:46 2010 +0300 +++ b/tsrc/unittest/unittest_imagedecoderwrapper/unittest_imagedecoderwrapper.pro Mon May 03 12:31:32 2010 +0300 @@ -33,4 +33,13 @@ SOURCES += unittest_imagedecoderwrapper.cpp -BLD_INF_RULES.prj_exports += "../../../gallery/data/Battle.jpg /epoc32/winscw/c/data/images/Battle.jpg" \ No newline at end of file +symbian: { + TARGET.CAPABILITY = ALL -TCB + TARGET.EPOCHEAPSIZE = 0x20000 0x1600000 + TARGET.UID3 = 0x20000A05 +} +#BLD_INF_RULES.prj_exports += "../../../gallery/data/Battle.jpg c:/data/images/Battle.jpg" + +myFiles.sources = "../../../gallery/data/Battle.jpg" +myFiles.path = c:\data\images +DEPLOYMENT += myFiles