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>
18 lines
366 B
INI
18 lines
366 B
INI
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2012-02-02T23:40:38
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += multimedia testlib
|
|
QT -= gui
|
|
|
|
TARGET = tst_qaudiobuffer
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
|
|
TEMPLATE = app
|
|
|
|
SOURCES += tst_qaudiobuffer.cpp
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|