summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/qsoundeffect/qsoundeffect.pro
blob: 294c63aa54d0f7721c6625e616ce1a596778e9ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = tst_qsoundeffect

QT += core multimedia-private testlib
CONFIG += no_private_qt_headers_warning

# This is more of a system test
# CONFIG += testcase

SOURCES += tst_qsoundeffect.cpp

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