CompilerCompatibility/mw/qt/package_definition.xml
changeset 354 8a720eca298e
parent 333 589d0dcca729
child 422 898dbc98fe98
--- a/CompilerCompatibility/mw/qt/package_definition.xml	Wed Jul 21 16:34:19 2010 +0100
+++ b/CompilerCompatibility/mw/qt/package_definition.xml	Mon Jul 26 22:03:49 2010 +0100
@@ -50,7 +50,7 @@
   late (Y|N) #IMPLIED
   priority CDATA #IMPLIED>
 ]>
-<SystemDefinition schema="2.0.1" name="Symbian^3">
+<SystemDefinition name="Symbian^3" schema="2.0.1">
  <systemModel>
   <layer name="mw" long-name="Middleware" levels="generic specific">
    <block name="qt" level="generic" long-name="Qt" levels="tool mw app">
@@ -74,6 +74,14 @@
 <unit bldFile="/sf/mw/qt/examples" proFile="examples.pro" qmakeArgs="-r"/>
 </component>
 </collection>
+<collection name="qt_tests" long-name="Qt Tests" level="app">
+<component name="qttestsauto" long-name="Qt Automated Tests" introduced="^2" filter="qttestsauto">
+<unit bldFile="/sf/mw/qt/tests/auto" proFile="qtpauto.pro" makeArgs="-r"/>
+</component>
+<component name="qttestsbenchmarks" long-name="Qt Benchmarks Tests" introduced="^2" filter="qttestsbenchmarks">
+<unit bldFile="/sf/mw/qt/tests/benchmarks" proFile="benchmarks.pro" qmakeArgs="-r"/>
+</component>
+</collection>
 </block>
   </layer>
  </systemModel>