summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qsound/qsound.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/kernel/qsound/qsound.pro')
-rw-r--r--tests/auto/widgets/kernel/qsound/qsound.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/widgets/kernel/qsound/qsound.pro b/tests/auto/widgets/kernel/qsound/qsound.pro
deleted file mode 100644
index 8317283d54..0000000000
--- a/tests/auto/widgets/kernel/qsound/qsound.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-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/\\\"
-}