tests/auto/qmediaplayer/qmediaplayer.pro
changeset 0 876b1a06bc25
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/auto/qmediaplayer/qmediaplayer.pro	Wed Aug 25 15:49:42 2010 +0300
@@ -0,0 +1,16 @@
+TARGET = tst_qmediaplayer
+INCLUDEPATH += ../../../src/multimedia
+CONFIG += testcase
+
+symbian {
+    HEADERS += tst_qmediaplayer_s60.h
+    SOURCES += tst_qmediaplayer_s60.cpp
+}   
+HEADERS += tst_qmediaplayer.h
+SOURCES += main.cpp tst_qmediaplayer.cpp
+
+include (../../../common.pri)
+
+CONFIG += mobility
+MOBILITY = multimedia
+