summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmediaplayer/qmediaplayer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmediaplayer/qmediaplayer.pro')
-rw-r--r--tests/auto/qmediaplayer/qmediaplayer.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/auto/qmediaplayer/qmediaplayer.pro b/tests/auto/qmediaplayer/qmediaplayer.pro
new file mode 100644
index 000000000..b624afd91
--- /dev/null
+++ b/tests/auto/qmediaplayer/qmediaplayer.pro
@@ -0,0 +1,25 @@
+load(qttest_p4)
+
+QT += network multimediakit-private
+
+# TARGET = tst_qmediaplayer
+# CONFIG += testcase
+
+symbian {
+ TARGET.CAPABILITY = NetworkServices
+ testFiles.sources = testfiles/*
+ testFiles.path = /Data/testfiles
+ DEPLOYMENT += testFiles
+ contains(openmaxal_symbian_enabled, no) {
+ DEFINES += HAS_OPENMAXAL_MEDIAPLAY_BACKEND
+ HEADERS += tst_qmediaplayer_xa.h
+ SOURCES += tst_qmediaplayer_xa.cpp
+ } else {
+ HEADERS += tst_qmediaplayer_s60.h
+ SOURCES += tst_qmediaplayer_s60.cpp
+ }
+}
+
+HEADERS += tst_qmediaplayer.h
+SOURCES += main.cpp tst_qmediaplayer.cpp
+