qtmobility/tests/auto/qcontactmanager/qcontactmanager.pro
changeset 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
0:cfcbf08528c4 1:2b40d63a9c3d
       
     1 QT += testlib
       
     2 TEMPLATE=app
       
     3 TARGET=tst_qcontactmanager
       
     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_qcontactmanager.cpp
       
    17 
       
    18 symbian: {
       
    19     TARGET.CAPABILITY = ReadUserData \
       
    20                         WriteUserData \
       
    21                         ReadDeviceData \
       
    22                         WriteDeviceData \
       
    23                         AllFiles
       
    24 }