author | Bob Rosenberg <bob.rosenberg@nokia.com> |
Tue, 20 Apr 2010 15:44:12 +0100 | |
branch | HighFidelityModel |
changeset 176 | d3d62c7c6308 |
parent 170 | 2d3e0c71cfab |
child 179 | fde6a3ade6cf |
permissions | -rw-r--r-- |
170 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
176
d3d62c7c6308
remove nokia namespace from orbit package
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
170
diff
changeset
|
2 |
<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt"> |
d3d62c7c6308
remove nokia namespace from orbit package
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
170
diff
changeset
|
3 |
<package id="hb" name="Orbit" levels="engine test api"> |
170 | 4 |
<collection id="hb_info" name="Orbit Info" level="api"> |
5 |
<component id="hb_build" name="Orbit Build" introduced="^4"> |
|
6 |
<!-- should break this down into actual components --> |
|
7 |
<unit bldFile="." qt:proFile="hb.pro"/> |
|
8 |
</component> |
|
9 |
</collection> |
|
10 |
<collection id="hb_test" name="Orbit Test" level="test"> |
|
11 |
<component id="hb_fute" filter="hb_fute_app" name="Fute" introduced="^4"> |
|
12 |
<unit bldFile="tsrc/fute" qt:proFile="fute.pro" qt:qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/> |
|
13 |
</component> |
|
14 |
<component id="hb_unit" filter="test,hb_unit_test,unit_test" name="HB Unit Tests" introduced="^4"> |
|
15 |
<unit bldFile="tsrc/unit" qt:proFile="unit.pro" qt:qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/> |
|
16 |
</component> |
|
17 |
<component id="hb_test_resources" filter="test,hb_test_resources" name="Orbit Test Resources" introduced="^4"> |
|
18 |
<unit bldFile="tsrc/resources" qt:qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN" qt:proFile="resources.pro"/> |
|
19 |
</component> |
|
20 |
</collection> |
|
21 |
</package> |
|
22 |
</SystemDefinition> |
|
23 |
||
24 |