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