tests/auto/qradiotuner/qradiotuner.pro
changeset 0 876b1a06bc25
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 TARGET = tst_qradiotuner
       
     2 INCLUDEPATH += ../../../src/multimedia
       
     3 
       
     4 CONFIG += testcase
       
     5 symbian {
       
     6     HEADERS += tst_qradiotuner_s60.h
       
     7     SOURCES += tst_qradiotuner_s60.cpp
       
     8 }
       
     9 HEADERS += tst_qradiotuner.h
       
    10 SOURCES += main.cpp tst_qradiotuner.cpp
       
    11 
       
    12 include (../../../common.pri)
       
    13 
       
    14 CONFIG += mobility
       
    15 MOBILITY = multimedia
       
    16