qtmobility/tests/auto/qcontactmemusage/qcontactmemusage.pro
changeset 4 90517678cc4f
child 14 6fbed849b4f4
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
       
     1 QT += testlib
       
     2 TEMPLATE=app
       
     3 TARGET=tst_qcontactmemusage
       
     4 CONFIG+=testcase
       
     5 
       
     6 include(../../../common.pri)
       
     7 
       
     8 INCLUDEPATH += ../../../src/contacts \
       
     9                ../../../src/contacts/details \
       
    10                ../../../src/contacts/requests \
       
    11                ../../../src/contacts/filters
       
    12 INCLUDEPATH += ../
       
    13 
       
    14 CONFIG += mobility
       
    15 MOBILITY = contacts
       
    16 SOURCES  += tst_qcontactmemusage.cpp
       
    17 
       
    18 symbian: {
       
    19     TARGET.CAPABILITY = ReadUserData \
       
    20                         WriteUserData \
       
    21                         ReadDeviceData \
       
    22                         WriteDeviceData
       
    23 }