Set the Qt API level to compatibility mode in all tests.
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 1 Aug 2012 14:35:23 +0000 (16:35 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 1 Aug 2012 20:27:40 +0000 (22:27 +0200)
commit8e49af7ef56f9b58e5a51c80b40fe674ec432b87
tree0733081e8209c2917fe1f00af8db974bd7a80596
parent218fff76d51e29f7808ce670a7c61ef9c429046f
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: I9589f57998af237f2e89c7799789dae5a13ef634
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
57 files changed:
src/imports/multimedia/multimedia.pro
tests/auto/integration/qaudiodecoderbackend/qaudiodecoderbackend.pro
tests/auto/integration/qaudiodeviceinfo/qaudiodeviceinfo.pro
tests/auto/integration/qaudioinput/qaudioinput.pro
tests/auto/integration/qaudiooutput/qaudiooutput.pro
tests/auto/integration/qcamerabackend/qcamerabackend.pro
tests/auto/integration/qdeclarativevideooutput/qdeclarativevideooutput.pro
tests/auto/integration/qdeclarativevideooutput_window/qdeclarativevideooutput_window.pro
tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro
tests/auto/integration/qml/qml.pro
tests/auto/integration/qsound/qsound.pro
tests/auto/integration/qsoundeffect/qsoundeffect.pro
tests/auto/unit/qabstractvideobuffer/qabstractvideobuffer.pro
tests/auto/unit/qabstractvideosurface/qabstractvideosurface.pro
tests/auto/unit/qaudiobuffer/qaudiobuffer.pro
tests/auto/unit/qaudiodecoder/qaudiodecoder.pro
tests/auto/unit/qaudioformat/qaudioformat.pro
tests/auto/unit/qaudionamespace/qaudionamespace.pro
tests/auto/unit/qaudioprobe/qaudioprobe.pro
tests/auto/unit/qaudiorecorder/qaudiorecorder.pro
tests/auto/unit/qcamera/qcamera.pro
tests/auto/unit/qcameraimagecapture/qcameraimagecapture.pro
tests/auto/unit/qcameraviewfinder/qcameraviewfinder.pro
tests/auto/unit/qcamerawidgets/qcamerawidgets.pro
tests/auto/unit/qdeclarativeaudio/qdeclarativeaudio.pro
tests/auto/unit/qdeclarativevideo/qdeclarativevideo.pro
tests/auto/unit/qgraphicsvideoitem/qgraphicsvideoitem.pro
tests/auto/unit/qmediabindableinterface/qmediabindableinterface.pro
tests/auto/unit/qmediacontainercontrol/qmediacontainercontrol.pro
tests/auto/unit/qmediacontent/qmediacontent.pro
tests/auto/unit/qmediaobject/qmediaobject.pro
tests/auto/unit/qmediaplayer/qmediaplayer.pro
tests/auto/unit/qmediaplayerwidgets/qmediaplayerwidgets.pro
tests/auto/unit/qmediaplaylist/qmediaplaylist.pro
tests/auto/unit/qmediaplaylistnavigator/qmediaplaylistnavigator.pro
tests/auto/unit/qmediapluginloader/qmediapluginloader.pro
tests/auto/unit/qmediarecorder/qmediarecorder.pro
tests/auto/unit/qmediaresource/qmediaresource.pro
tests/auto/unit/qmediaservice/qmediaservice.pro
tests/auto/unit/qmediaserviceprovider/mockserviceplugin1/mockserviceplugin1.pro
tests/auto/unit/qmediaserviceprovider/mockserviceplugin2/mockserviceplugin2.pro
tests/auto/unit/qmediaserviceprovider/mockserviceplugin3/mockserviceplugin3.pro
tests/auto/unit/qmediaserviceprovider/mockserviceplugin4/mockserviceplugin4.pro
tests/auto/unit/qmediaserviceprovider/test/test.pro
tests/auto/unit/qmediatimerange/qmediatimerange.pro
tests/auto/unit/qmetadatareadercontrol/qmetadatareadercontrol.pro
tests/auto/unit/qmetadatawritercontrol/qmetadatawritercontrol.pro
tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro
tests/auto/unit/qradiodata/qradiodata.pro
tests/auto/unit/qradiotuner/qradiotuner.pro
tests/auto/unit/qsamplecache/qsamplecache.pro
tests/auto/unit/qvideoencodersettingscontrol/qvideoencodersettingscontrol.pro
tests/auto/unit/qvideoframe/qvideoframe.pro
tests/auto/unit/qvideoprobe/qvideoprobe.pro
tests/auto/unit/qvideosurfaceformat/qvideosurfaceformat.pro
tests/auto/unit/qvideowidget/qvideowidget.pro
tests/auto/unit/qwavedecoder/qwavedecoder.pro