equal
deleted
inserted
replaced
|
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="."/> |
|
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"> |
|
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"> |
|
31 <unit bldFile="tests/benchmarks" qt:proFile="benchmarks.pro" qt:qmakeArgs="-r"/> |
|
32 </component> |
|
33 </collection> |
|
34 </package> |
|
35 </SystemDefinition> |