qtmobility/tests/auto/symbian/qmediarecorder_xa/qmediarecorder_xa.pro
changeset 14 6fbed849b4f4
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
       
     1 TARGET = tst_qmediarecorder_xa
       
     2 INCLUDEPATH += ../../../../src/multimedia \
       
     3     ../../../../include
       
     4 CONFIG += testcase
       
     5 
       
     6 HEADERS += \
       
     7     tst_qmediarecorder_xa.h \
       
     8     tst_qmediarecorder_xa_macros.h
       
     9 
       
    10 SOURCES += \
       
    11     tst_qmediarecorder_xa_aac.cpp \
       
    12     tst_qmediarecorder_xa_amr.cpp \
       
    13     tst_qmediarecorder_xa_main.cpp \
       
    14     tst_qmediarecorder_xa_wav.cpp
       
    15 
       
    16 include (../../../../common.pri)
       
    17 
       
    18 
       
    19 CONFIG += mobility
       
    20 MOBILITY = multimedia
       
    21 
       
    22 #UserEnvironment WriteDeviceData ReadDeviceData MultimediaDD 
       
    23 symbian {
       
    24         TARGET.CAPABILITY = ALL -TCB
       
    25 }