diff options
author | Eckhart Koppen <eckhart.koppen@nokia.com> | 2011-03-24 12:29:02 (GMT) |
---|---|---|
committer | Eckhart Koppen <eckhart.koppen@nokia.com> | 2011-03-24 12:29:02 (GMT) |
commit | 9db46237ca5ed55fa6294f9637d208343f69676d (patch) | |
tree | 34e866548e584ffed89cdb3dab57268606e863d7 /config.profiles | |
parent | 8d99d5243be13cfe4a44184602c0fd66704d1c63 (diff) | |
download | Qt-9db46237ca5ed55fa6294f9637d208343f69676d.zip Qt-9db46237ca5ed55fa6294f9637d208343f69676d.tar.gz Qt-9db46237ca5ed55fa6294f9637d208343f69676d.tar.bz2 |
Removed old autotest references from Symbian build files
Tests not in use anymore, removed from the layers and package
definition files.
Reviewed-by: TrustMe
Diffstat (limited to 'config.profiles')
-rw-r--r-- | config.profiles/symbian/layers.sysdef.xml | 6 | ||||
-rw-r--r-- | config.profiles/symbian/package_definition.xml | 14 |
2 files changed, 0 insertions, 20 deletions
diff --git a/config.profiles/symbian/layers.sysdef.xml b/config.profiles/symbian/layers.sysdef.xml index 4c1b6f9..19d8662 100644 --- a/config.profiles/symbian/layers.sysdef.xml +++ b/config.profiles/symbian/layers.sysdef.xml @@ -30,12 +30,6 @@ <module name="qtexamples"> <unit unitID="qtdo.qt.examples" mrp="" bldFile="&layer_real_source_path;/examples" name="qtexamples" proFile="examples.pro" qmakeArgs="-r" filter="qtexamples"/> </module> - <module name="qttestsauto"> - <unit unitID="qtdo.qt.testsauto" mrp="" bldFile="&layer_real_source_path;/tests/auto" name="qttestsauto" proFile="qtpauto.pro" qmakeArgs="-r" filter="qttestsauto"/> - </module> - <module name="qttestsbenchmarks"> - <unit unitID="qtdo.qt.testsbenchmarks" mrp="" bldFile="&layer_real_source_path;/tests/benchmarks" name="qttestsbenchmarks" proFile="benchmarks.pro" qmakeArgs="-r" filter="qttestsbenchmarks"/> - </module> </layer> </systemModel> </SystemDefinition> diff --git a/config.profiles/symbian/package_definition.xml b/config.profiles/symbian/package_definition.xml index 1c3c1d3..bfca907 100644 --- a/config.profiles/symbian/package_definition.xml +++ b/config.profiles/symbian/package_definition.xml @@ -36,19 +36,5 @@ <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="s60,qttestsauto,test,build_as_app"> - <meta rel="qttestsauto"> - <group name="qtdemos"/> - </meta> - <unit bldFile="tests/auto" qt:proFile="qtpauto.pro"/> - </component> - <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"/> - </component> - </collection> </package> </SystemDefinition> |