tsrc/unittest/unittest_imagedecoderwrapper/unittest_imagedecoderwrapper.pro
changeset 26 c499df2dbb33
parent 23 74c9f037fd5d
child 44 aa2fa096cbfb
equal deleted inserted replaced
24:99ad1390cd33 26:c499df2dbb33
    31 # Input
    31 # Input
    32 HEADERS += unittest_imagedecoderwrapper.h
    32 HEADERS += unittest_imagedecoderwrapper.h
    33           
    33           
    34 
    34 
    35 SOURCES += unittest_imagedecoderwrapper.cpp
    35 SOURCES += unittest_imagedecoderwrapper.cpp
    36 BLD_INF_RULES.prj_exports += "../../../gallery/data/Battle.jpg  /epoc32/winscw/c/data/images/Battle.jpg"
    36 symbian: { 
       
    37     TARGET.CAPABILITY = ALL -TCB
       
    38     TARGET.EPOCHEAPSIZE = 0x20000 0x1600000
       
    39     TARGET.UID3 = 0x20000A05
       
    40 }
       
    41 #BLD_INF_RULES.prj_exports += "../../../gallery/data/Battle.jpg  c:/data/images/Battle.jpg"
       
    42 
       
    43 myFiles.sources = "../../../gallery/data/Battle.jpg"
       
    44 myFiles.path = c:\data\images
       
    45 DEPLOYMENT += myFiles