symbian4/mw/qt/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 26 May 2010 17:30:43 +0100
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 237 symbian4/mw/qt/package_definition_3.0.xml@20ccef6d91dd
child 316 079a06b9ec58
permissions -rw-r--r--
Remove all 2.0 pkgdefs in symbian4 and rename all 3.0 pkgdefs to package_definition.xml

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
	<!-- qt:qmakeArgs attribute is an unsupported extension used as temporary hack to get this to work with abld.
		This will be removed when sbsv2 builds are working -->
  <package id="qt" name="Qt" levels="tool mw app">
    <collection id="qtconf" name="Qt Config" level="tool">
            <component id="qt_deviceconfiguration" name="Qt Device Configuration" class="config tool" filter="qt_tools" introduced="^2">
                <unit bldFile="src/s60installs/deviceconfiguration"/>
            </component>
    </collection>
    <collection id="qt_info" name="Qt Info" level="mw">
            <component id="qt_build" name="Qt Build" introduced="^2">
  		        <unit bldFile="." qt:proFile="projects.pro" qt:qmakeArgs="-r -config sgimagelite_support"/>
            </component>
    </collection>
    <collection id="qtdemos" name="Qt Demos" level="app">
            <component id="qtdemos_build" name="Qt Demos Build" introduced="^2" filter="qtdemos">
                <unit bldFile="demos" qt:proFile="demos.pro" qt:qmakeArgs="-r"/>
            </component>
    </collection>
    <collection id="qtexamples" name="Qt Examples" level="app">
            <component id="qtexamples_build" name="Qt Examples Build" introduced="^2"  filter="qtexamples">
                <unit bldFile="examples" qt:proFile="examples.pro" qt:qmakeArgs="-r"/>
            </component>
    </collection>
    <collection id="qt_tests" name="Qt Tests" level="app">
            <component id="qttestsauto" name="Qt Automated Tests" introduced="^2"  filter="qttestsauto,test">
                <unit bldFile="tests/auto"  qt:proFile="qtpauto.pro" qt:makeArgs="-r"/>
            </component>
            <component id="qttestsbenchmarks" name="Qt Benchmarks Tests" introduced="^2" filter="qttestsbenchmarks,test">
                <unit bldFile="tests/benchmarks" qt:proFile="benchmarks.pro" qt:qmakeArgs="-r"/>
            </component>
    </collection>
  </package>
</SystemDefinition>