summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmediarecorder/qmediarecorder.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmediarecorder/qmediarecorder.pro')
-rw-r--r--tests/auto/qmediarecorder/qmediarecorder.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/qmediarecorder/qmediarecorder.pro b/tests/auto/qmediarecorder/qmediarecorder.pro
new file mode 100644
index 000000000..41e708fe7
--- /dev/null
+++ b/tests/auto/qmediarecorder/qmediarecorder.pro
@@ -0,0 +1,18 @@
+load(qttest_p4)
+
+QT += multimediakit-private
+
+# TARGET = tst_qmediarecorder
+# CONFIG += testcase
+
+symbian {
+ HEADERS += s60common.h
+ HEADERS += tst_qmediarecorder_xa.h
+ SOURCES += tst_qmediarecorder_xa.cpp
+ HEADERS += tst_qmediarecorder_mmf.h
+ SOURCES += tst_qmediarecorder_mmf.cpp
+ TARGET.CAPABILITY = UserEnvironment ReadDeviceData WriteDeviceData AllFiles
+}
+HEADERS += tst_qmediarecorder.h
+SOURCES += main.cpp tst_qmediarecorder.cpp
+