symbian4/mw/qt/package_definition_3.0.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 245 30e67220bf86
child 248 4fe3868a6029
child 250 7a5687f3732c
child 257 40d9e95b4349
equal deleted inserted replaced
245:30e67220bf86 246:f99f9ea9b39f
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
       
     3 	<!-- qt:qmakeArgs attribute is an unsupported extension used as temporary hack to get this to work with abld.
       
     4 		This will be removed when sbsv2 builds are working -->
       
     5   <package id="qt" name="Qt" levels="tool mw app">
       
     6     <collection id="qtconf" name="Qt Config" level="tool">
       
     7             <component id="qt_deviceconfiguration" name="Qt Device Configuration" class="config tool" filter="qt_tools" introduced="^2">
       
     8                 <unit bldFile="src/s60installs/deviceconfiguration"/>
       
     9             </component>
       
    10     </collection>
       
    11     <collection id="qt_info" name="Qt Info" level="mw">
       
    12             <component id="qt_build" name="Qt Build" introduced="^2">
       
    13   		        <unit bldFile="." qt:proFile="projects.pro" qt:qmakeArgs="-r -config sgimagelite_support"/>
       
    14             </component>
       
    15     </collection>
       
    16     <collection id="qtdemos" name="Qt Demos" level="app">
       
    17             <component id="qtdemos_build" name="Qt Demos Build" introduced="^2" filter="qtdemos">
       
    18                 <unit bldFile="demos" qt:proFile="demos.pro" qt:qmakeArgs="-r"/>
       
    19             </component>
       
    20     </collection>
       
    21     <collection id="qtexamples" name="Qt Examples" level="app">
       
    22             <component id="qtexamples_build" name="Qt Examples Build" introduced="^2"  filter="qtexamples">
       
    23                 <unit bldFile="examples" qt:proFile="examples.pro" qt:qmakeArgs="-r"/>
       
    24             </component>
       
    25     </collection>
       
    26     <collection id="qt_tests" name="Qt Tests" level="app">
       
    27             <component id="qttestsauto" name="Qt Automated Tests" introduced="^2"  filter="qttestsauto,test">
       
    28                 <unit bldFile="tests/auto"  qt:proFile="qtpauto.pro" qt:makeArgs="-r"/>
       
    29             </component>
       
    30             <component id="qttestsbenchmarks" name="Qt Benchmarks Tests" introduced="^2" filter="qttestsbenchmarks,test">
       
    31                 <unit bldFile="tests/benchmarks" qt:proFile="benchmarks.pro" qt:qmakeArgs="-r"/>
       
    32             </component>
       
    33     </collection>
       
    34   </package>
       
    35 </SystemDefinition>