--- a/symbian4/mw/qt/package_definition.xml Mon Sep 06 17:10:48 2010 +0100
+++ b/symbian4/mw/qt/package_definition.xml Mon Sep 06 18:02:15 2010 +0100
@@ -4,43 +4,43 @@
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">
+ <component id="qt_deviceconfiguration" name="Qt Device Configuration" class="config tool" filter="s60,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"/>
+ <component id="qt_build" name="Qt Build" introduced="^2" filter="s60">
+ <unit bldFile="." qt:proFile="projects.pro"/>
</component>
</collection>
<collection id="qtdemos" name="Qt Demos" level="app">
- <component id="qtdemos_build" name="Qt Demos Build" introduced="^2" filter="test,qtdemos,build_as_app">
+ <component id="qtdemos_build" name="Qt Demos Build" introduced="^2" filter="s60,test,qtdemos,build_as_app">
<meta rel="testbuild">
<group name="qtdemos"/>
</meta>
- <unit bldFile="demos" qt:proFile="demos.pro" qt:qmakeArgs="-r"/>
+ <unit bldFile="demos" qt:proFile="demos.pro"/>
</component>
</collection>
<collection id="qtexamples" name="Qt Examples" level="app">
<meta rel="qtexamples">
<group name="qtdemos"/>
</meta>
- <component id="qtexamples_build" name="Qt Examples Build" introduced="^2" filter="test,qtexamples,build_as_app">
- <unit bldFile="examples" qt:proFile="examples.pro" qt:qmakeArgs="-r"/>
+ <component id="qtexamples_build" name="Qt Examples Build" introduced="^2" filter="s60,test,qtexamples,build_as_app">
+ <unit bldFile="examples" qt:proFile="examples.pro"/>
</component>
</collection>
<collection id="qt_tests" name="Qt Tests" level="app">
- <component id="qttestsauto" name="Qt Automated Tests" introduced="^2" filter="qttestsauto,test,build_as_app">
+ <component id="qttestsauto" name="Qt Automated Tests" introduced="^2" filter="s60,qttestsauto,test,build_as_app">
<meta rel="qttestsauto">
<group name="qtdemos"/>
</meta>
- <unit bldFile="tests/auto" qt:proFile="qtpauto.pro" qt:qmakeArgs="-r"/>
+ <unit bldFile="tests/auto" qt:proFile="qtpauto.pro"/>
</component>
- <component id="qttestsbenchmarks" name="Qt Benchmarks Tests" introduced="^2" filter="qttestsbenchmarks,test,build_as_app">
+ <component id="qttestsbenchmarks" name="Qt Benchmarks Tests" introduced="^2" filter="s60,qttestsbenchmarks,test,build_as_app">
<meta rel="testbuild">
<group name="qttestsbenchmarks"/>
</meta>
- <unit bldFile="tests/benchmarks" qt:proFile="benchmarks.pro" qt:qmakeArgs="-r"/>
+ <unit bldFile="tests/benchmarks" qt:proFile="benchmarks.pro"/>
</component>
</collection>
</package>