symbian3/mw/qt/package_definition_3.0.xml
branchHighFidelityModel
changeset 245 30e67220bf86
parent 239 e9ebcfcb4702
child 246 f99f9ea9b39f
equal deleted inserted replaced
239:e9ebcfcb4702 245:30e67220bf86
     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" 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"/>
       
    14 
       
    15             </component>
       
    16     </collection>
       
    17     <collection id="qtdemos" name="Qt Demos" level="app">
       
    18             <component id="qtdemos_build" name="Qt Demos Build" introduced="^2" filter="qtdemos">
       
    19                 <unit bldFile="demos" qt:proFile="demos.pro" qt:qmakeArgs="-r"/>
       
    20             </component>
       
    21     </collection>
       
    22     <collection id="qtexamples" name="Qt Examples" level="app">
       
    23             <component id="qtexamples_build" name="Qt Examples Build" introduced="^2"  filter="qtexamples">
       
    24                 <unit bldFile="examples" qt:proFile="examples.pro" qt:qmakeArgs="-r"/>
       
    25             </component>
       
    26     </collection>
       
    27     <collection id="qt_tests" name="Qt Tests" level="app">
       
    28             <component id="qttestsauto" name="Qt Automated Tests" introduced="^2"  filter="qttestsauto">
       
    29                 <unit bldFile="tests/auto"  qt:proFile="qtpauto.pro" qt:makeArgs="-r"/>
       
    30             </component>
       
    31             <component id="qttestsbenchmarks" name="Qt Benchmarks Tests" introduced="^2" filter="qttestsbenchmarks">
       
    32                 <unit bldFile="tests/benchmarks" qt:proFile="benchmarks.pro" qt:qmakeArgs="-r"/>
       
    33             </component>
       
    34     </collection>
       
    35   </package>
       
    36 </SystemDefinition>