Use TESTDATA and QFINDTESTDATA in integration tests. Also remove unused path defines from unit test .pro files. Change-Id: I46dc6a96b918e989acf79eb3bd23c53125c7c3d6 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
22 lines
479 B
INI
22 lines
479 B
INI
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2012-02-07T15:27:07
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += multimedia multimedia-private testlib gui
|
|
|
|
TARGET = tst_qaudiodecoder
|
|
|
|
CONFIG += testcase no_private_qt_headers_warning
|
|
|
|
TEMPLATE = app
|
|
|
|
INCLUDEPATH += \
|
|
../../../../src/multimedia/audio
|
|
|
|
include (../qmultimedia_common/mock.pri)
|
|
include (../qmultimedia_common/mockdecoder.pri)
|
|
|
|
SOURCES += tst_qaudiodecoder.cpp
|