summaryrefslogtreecommitdiffstats
path: root/tests/auto/qaudioinput/qaudioinput.pro
blob: db7e228768a257653b50f26f8af45012fef22f5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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/\\\"
}

CONFIG+=insignificant_test # QTQAINFRA-428