symbian3/mw/qt/package_definition.xml
author Simon Howkins <simonh@symbian.org>
Mon, 15 Nov 2010 15:22:45 +0000
branchHighFidelityModel
changeset 496 0b94e6e7212f
parent 421 1ba3f37920d3
permissions -rw-r--r--
Changed to avoid bld.inf's being included more than once in location package

<?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" 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"/>

            </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>
  </package>
</SystemDefinition>