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

QT += core declarative multimediakit-private

# temporarily blacklist test because it fails
CONFIG += insignificant_test

SOURCES += tst_qsoundeffect.cpp

DEFINES += SRCDIR=\\\"$$PWD/\\\"

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

maemo*:CONFIG += insignificant_test