qtcontactsmobility/tests/auto/qcontactmanagerplugins/dummyplugin/dummyplugin.pro
changeset 24 0ba2181d7c28
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtcontactsmobility/tests/auto/qcontactmanagerplugins/dummyplugin/dummyplugin.pro	Fri Mar 19 09:27:18 2010 +0200
@@ -0,0 +1,19 @@
+TEMPLATE = lib
+CONFIG += plugin testplugin
+TARGET = $$qtLibraryTarget(contacts_testdummy)
+PLUGIN_TYPE=contacts
+
+include(../../../../common.pri)
+
+INCLUDEPATH += ../../../../src/contacts \
+               ../../../../src/contacts/details \
+               ../../../../src/contacts/requests \
+               ../../../../src/contacts/filters
+
+CONFIG += mobility
+MOBILITY = contacts
+SOURCES += dummyplugin.cpp
+
+DEFINES += DUMMYPLUGINNAME=testdummy
+
+include(../../contacts_plugins.pri)