diff -r 06b8e2af4411 -r 6fbed849b4f4 qtmobility/tests/benchmarks/contacts/contacts.pro --- a/qtmobility/tests/benchmarks/contacts/contacts.pro Fri Jun 11 14:26:25 2010 +0300 +++ b/qtmobility/tests/benchmarks/contacts/contacts.pro Wed Jun 23 19:08:38 2010 +0300 @@ -16,6 +16,15 @@ CONFIG += mobility MOBILITY = contacts + +EXTRAPLUGINS = \ + $$mobilityDeployFilename(qtcontacts_symbian) + +symbian:QCONTACT_PLUGINS_DEPLOY.sources = $$join(EXTRAPLUGINS, ".dll ", " ", ".dll") +QCONTACT_PLUGINS_DEPLOY.path = ./plugins/contacts +DEPLOYMENT += QCONTACT_PLUGINS_DEPLOY + + symbian { LIBS += -lcntmodel TARGET.CAPABILITY = All -TCB