summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qaudiodecoder/qaudiodecoder.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/unit/qaudiodecoder/qaudiodecoder.pro')
-rw-r--r--tests/auto/unit/qaudiodecoder/qaudiodecoder.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/auto/unit/qaudiodecoder/qaudiodecoder.pro b/tests/auto/unit/qaudiodecoder/qaudiodecoder.pro
new file mode 100644
index 000000000..5b189522f
--- /dev/null
+++ b/tests/auto/unit/qaudiodecoder/qaudiodecoder.pro
@@ -0,0 +1,22 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2012-02-07T15:27:07
+#
+#-------------------------------------------------
+
+QT += multimedia multimedia-private testlib gui
+
+TARGET = tst_qaudiodecoder
+
+CONFIG += testcase no_private_qt_headers_warning
+
+TEMPLATE = app
+
+INCLUDEPATH += \
+ ../../../../src/multimedia/audio
+
+include (../qmultimedia_common/mock.pri)
+include (../qmultimedia_common/mockdecoder.pri)
+
+SOURCES += tst_qaudiodecoder.cpp
+DEFINES += SRCDIR=\\\"$$PWD/\\\"