qtmobility/tests/benchmarks/contacts/contacts.pro
changeset 14 6fbed849b4f4
parent 4 90517678cc4f
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    14 include(../../../common.pri)
    14 include(../../../common.pri)
    15 
    15 
    16 CONFIG += mobility
    16 CONFIG += mobility
    17 MOBILITY = contacts
    17 MOBILITY = contacts
    18 
    18 
       
    19 
       
    20 EXTRAPLUGINS = \
       
    21     $$mobilityDeployFilename(qtcontacts_symbian)
       
    22 
       
    23 symbian:QCONTACT_PLUGINS_DEPLOY.sources = $$join(EXTRAPLUGINS, ".dll ", " ", ".dll")
       
    24 QCONTACT_PLUGINS_DEPLOY.path = ./plugins/contacts
       
    25 DEPLOYMENT += QCONTACT_PLUGINS_DEPLOY
       
    26 
       
    27 
    19 symbian {
    28 symbian {
    20     LIBS += -lcntmodel
    29     LIBS += -lcntmodel
    21     TARGET.CAPABILITY = All -TCB
    30     TARGET.CAPABILITY = All -TCB
    22 }
    31 }
    23 
    32