qtmobility/tests/auto/symbian/qcamera/qcamera.pro
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     1 TARGET = tst_qcamera
       
     2 INCLUDEPATH += ../../../../src/multimedia \
       
     3     ../../../../include
       
     4 CONFIG += testcase
       
     5 
       
     6 SOURCES += tst_qcamera.cpp
       
     7 
       
     8 include (../../../../common.pri)
       
     9 
       
    10 CONFIG += mobility
       
    11 MOBILITY = multimedia
       
    12 
       
    13 
       
    14 symbian {
       
    15         TARGET.CAPABILITY = UserEnvironment WriteDeviceData
       
    16 }