Files
qtmultimedia/tests/auto/unit/qmediapluginloader/qmediapluginloader.pro
Thiago Macieira 8e49af7ef5 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>
2012-08-01 22:27:40 +02:00

16 lines
357 B
Prolog

CONFIG += testcase
TARGET = tst_qmediapluginloader
QT += multimedia-private testlib
CONFIG += no_private_qt_headers_warning
SOURCES += tst_qmediapluginloader.cpp
wince* {
PLUGIN_DEPLOY.sources = $$OUTPUT_DIR/plugins/mediaservice/*.dll
PLUGIN_DEPLOY.path = mediaservice
DEPLOYMENT += PLUGIN_DEPLOY
}
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0