qtmobility/tests/auto/qcontactactions/unittest/unittest.pro
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 8 71781823f776
child 9 5561c345355e
equal deleted inserted replaced
4:90517678cc4f 5:453da2cfceef
     1 QT += testlib
       
     2 TEMPLATE=app
       
     3 TARGET=tst_qcontactactions
       
     4 CONFIG+=testcase
       
     5 
       
     6 PLUGIN_SUBDIR=dummyplugin/plugins
       
     7 
       
     8 include(../../../../common.pri)
       
     9 
       
    10 INCLUDEPATH += ../../../../src/contacts \
       
    11                ../../../../src/contacts/details \
       
    12                ../../../../src/contacts/requests \
       
    13                ../../../../src/contacts/filters
       
    14 
       
    15 INCLUDEPATH += ../../
       
    16 
       
    17 CONFIG += mobility
       
    18 MOBILITY = contacts
       
    19 SOURCES  += tst_qcontactactions.cpp
       
    20 
       
    21 # App local deployment
       
    22 symbian:QCONTACTACTION_PLUGINS_DEPLOY.sources = contacts_sendemailactionfactory.dll
       
    23 wince*:QCONTACTACTION_PLUGINS_DEPLOY.sources = $$OUTPUT_DIR/build/tests/bin/plugins/contacts/$$mobilityDeployFilename(contacts_sendemailactionfactory).dll
       
    24 
       
    25 QCONTACTACTION_PLUGINS_DEPLOY.path = ./plugins/contacts
       
    26 
       
    27 DEPLOYMENT += QCONTACTACTION_PLUGINS_DEPLOY
       
    28 
       
    29 symbian: {
       
    30     TARGET.CAPABILITY = ReadUserData \
       
    31                         WriteUserData \
       
    32                         ReadDeviceData \
       
    33                         WriteDeviceData \
       
    34                         AllFiles \
       
    35 }