summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qsound/qsound.pro
blob: 8317283d548eb431b4db094db99bb3aa8994c50e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qsound
SOURCES += tst_qsound.cpp
QT += testlib widgets

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