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

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