Set the Qt API level to compatibility mode in all tests.
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 1 Aug 2012 11:48:22 +0000 (13:48 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 1 Aug 2012 13:03:18 +0000 (15:03 +0200)
commit8934e35bde9ec67b4b3a93217d73a0554b15d3b2
treeb97ce3b2c7e35a55b0c5713168c7026e07460161
parent9d30343dcd5344e748a28a0f23557a0c89c6d4c3
Set the Qt API level to compatibility mode in all tests.

Qt 5.0 beta requires changing the default to the 5.0 API, disabling
the deprecated code. However, tests should test (and often do) the
compatibility API too, so turn it back on.

Task-number: QTBUG-25053
Change-Id: Iab3d9fa844e74b7f8a17dbe1c26f9df6fa8dfadc
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
34 files changed:
tests/auto/checkxmlfiles/checkxmlfiles.pro
tests/auto/headersclean/headersclean.pro
tests/auto/patternistexamplefiletree/patternistexamplefiletree.pro
tests/auto/patternistexamples/patternistexamples.pro
tests/auto/patternistheaders/patternistheaders.pro
tests/auto/qabstractmessagehandler/qabstractmessagehandler.pro
tests/auto/qabstracturiresolver/qabstracturiresolver.pro
tests/auto/qabstractxmlforwarditerator/qabstractxmlforwarditerator.pro
tests/auto/qabstractxmlnodemodel/qabstractxmlnodemodel.pro
tests/auto/qabstractxmlreceiver/qabstractxmlreceiver.pro
tests/auto/qapplicationargumentparser/qapplicationargumentparser.pro
tests/auto/qautoptr/qautoptr.pro
tests/auto/qsimplexmlnodemodel/qsimplexmlnodemodel.pro
tests/auto/qsourcelocation/qsourcelocation.pro
tests/auto/qxmlformatter/qxmlformatter.pro
tests/auto/qxmlitem/qxmlitem.pro
tests/auto/qxmlname/qxmlname.pro
tests/auto/qxmlnamepool/qxmlnamepool.pro
tests/auto/qxmlnodemodelindex/qxmlnodemodelindex.pro
tests/auto/qxmlquery/qxmlquery.pro
tests/auto/qxmlresultitems/qxmlresultitems.pro
tests/auto/qxmlschema/qxmlschema.pro
tests/auto/qxmlschemavalidator/qxmlschemavalidator.pro
tests/auto/qxmlserializer/qxmlserializer.pro
tests/auto/xmlpatterns/xmlpatterns.pro
tests/auto/xmlpatternsdiagnosticsts/xmlpatternsdiagnosticsts.pro
tests/auto/xmlpatternsschema/xmlpatternsschema.pro
tests/auto/xmlpatternsschemats/xmlpatternsschemats.pro
tests/auto/xmlpatternssdk/xmlpatternssdk.pro
tests/auto/xmlpatternsvalidator/xmlpatternsvalidator.pro
tests/auto/xmlpatternsview/view/view.pro
tests/auto/xmlpatternsview/xmlpatternsview.pro
tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro
tests/auto/xmlpatternsxslts/xmlpatternsxslts.pro