summaryrefslogtreecommitdiff
path: root/tests/auto/integration/qsound/qsound.pro
blob: 1b552c60eec14241765647787a30c0e79230b5a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = tst_qsound

QT += core multimedia-private testlib

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

SOURCES += tst_qsound.cpp

TESTDATA += test.wav

RESOURCES += \
    resources.qrc