symbian4/single/job_props.ant.xml
changeset 570 ceee73fb41d2
parent 557 4dc5ac5ad54d
parent 564 1cfbd8aa4e71
child 576 e40c0d0628fd
equal deleted inserted replaced
559:144bf723592f 570:ceee73fb41d2
    32     <!-- check that sf.spec.baseline.getenv_options includes 'tools'                                        -->
    32     <!-- check that sf.spec.baseline.getenv_options includes 'tools'                                        -->
    33     <!-- and set sf.spec.baseline.enable to 'true'                                                          -->        
    33     <!-- and set sf.spec.baseline.enable to 'true'                                                          -->        
    34 
    34 
    35     <!-- get full source env and binaries from pdk -->
    35     <!-- get full source env and binaries from pdk -->
    36     <property name="sf.spec.baseline.location"       value="\\v800008\Builds01\Releases\${sf.previous.pdk.tag}" />
    36     <property name="sf.spec.baseline.location"       value="\\v800008\Builds01\Releases\${sf.previous.pdk.tag}" />
    37     <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_1.6" /> <!-- for TEF etc -->
    37     <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\overlay_default.11" /> <!-- for TEF,Qmake etc -->
    38     
    38     
    39     <!-- platform build specific properties -->
    39     <!-- platform build specific properties -->
    40     <property name="sf.spec.s60.sysdef.clean.configurations.list"  value="S60_5_2_sf" />
    40     <property name="sf.spec.s60.sysdef.clean.configurations.list"  value="S60_5_2_sf" />
    41     <property name="sf.spec.os.sysdef.clean.configurations.list"   value="GT_${sf.spec.sbs.variant}" />
    41     <property name="sf.spec.os.sysdef.clean.configurations.list"   value="GT_${sf.spec.sbs.variant}" />
    42     
    42     
    76     <property name="sf.spec.md5.enable"          value="true"/>
    76     <property name="sf.spec.md5.enable"          value="true"/>
    77     
    77     
    78     <!-- Build ROMs from iMaker config defined in job_refs.ant.xml -->
    78     <!-- Build ROMs from iMaker config defined in job_refs.ant.xml -->
    79     <property name="sf.spec.referenceroms.createimages.enable" value="false"/>
    79     <property name="sf.spec.referenceroms.createimages.enable" value="false"/>
    80 
    80 
    81     <!-- run qmake for anything units with proFile attribs -->
       
    82     <property name="qmake.enabled" value="true"/>
       
    83 
       
    84 </project>
    81 </project>