summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/qsound/qsound.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/integration/qsound/qsound.pro')
-rw-r--r--tests/auto/integration/qsound/qsound.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/integration/qsound/qsound.pro b/tests/auto/integration/qsound/qsound.pro
new file mode 100644
index 000000000..da4f6d913
--- /dev/null
+++ b/tests/auto/integration/qsound/qsound.pro
@@ -0,0 +1,12 @@
+TARGET = tst_qsound
+
+QT += core declarative multimedia-private testlib
+CONFIG += no_private_qt_headers_warning
+
+# This is more of a system test
+# CONFIG += testcase
+
+SOURCES += tst_qsound.cpp
+
+DEFINES += SRCDIR=\\\"$$PWD/\\\"
+