summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsoundeffect/qsoundeffect.pro
blob: 5344a16bb62e69390c8dbd0d92117e61f02ec8a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
load(qttest_p4)

SOURCES += tst_qsoundeffect.cpp

QT = core multimedia mediaservices

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

unix:!mac {
    !contains(QT_CONFIG, pulseaudio) {
        DEFINES += QT_MULTIMEDIA_QMEDIAPLAYER
    }
}