summaryrefslogtreecommitdiffstats
path: root/tests/auto/qaudioinput/qaudioinput.pro
blob: 922c3e4586c61b74578f70cb627bf351ee3c73b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load(qttest_p4)

SOURCES += tst_qaudioinput.cpp

QT = core multimedia

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