diff -r 06b8e2af4411 -r 6fbed849b4f4 qtmobility/tests/auto/symbian/qmediarecorder_xa/qmediarecorder_xa.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtmobility/tests/auto/symbian/qmediarecorder_xa/qmediarecorder_xa.pro Wed Jun 23 19:08:38 2010 +0300 @@ -0,0 +1,25 @@ +TARGET = tst_qmediarecorder_xa +INCLUDEPATH += ../../../../src/multimedia \ + ../../../../include +CONFIG += testcase + +HEADERS += \ + tst_qmediarecorder_xa.h \ + tst_qmediarecorder_xa_macros.h + +SOURCES += \ + tst_qmediarecorder_xa_aac.cpp \ + tst_qmediarecorder_xa_amr.cpp \ + tst_qmediarecorder_xa_main.cpp \ + tst_qmediarecorder_xa_wav.cpp + +include (../../../../common.pri) + + +CONFIG += mobility +MOBILITY = multimedia + +#UserEnvironment WriteDeviceData ReadDeviceData MultimediaDD +symbian { + TARGET.CAPABILITY = ALL -TCB +}