summaryrefslogtreecommitdiffstats
path: root/tests/auto/qaudioinput/qaudioinput.pro
blob: 051b02e72d068c903e2700ce75191aeceb9e48a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase

TARGET = tst_qaudioinput
QT = core multimedia testlib
SOURCES += tst_qaudioinput.cpp

wince* {
    deploy.files += 4.wav
    DEPLOYMENT += deploy
    DEFINES += SRCDIR=\\\"\\\"
    QT += gui
} else {
    !symbian:DEFINES += SRCDIR=\\\"$$PWD/\\\"
}