summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qaudiodecoder/qaudiodecoder.pro
blob: 5b189522f0fa01413e8863b681a82a3bd6a2f1d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#-------------------------------------------------
#
# 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
DEFINES += SRCDIR=\\\"$$PWD/\\\"