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

SOURCES += tst_qaudiooutput.cpp

QT = core multimedia

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