qtmobility/tests/auto/qcontactmanager/qcontactmanager.pro
changeset 1 2b40d63a9c3d
child 5 453da2cfceef
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtmobility/tests/auto/qcontactmanager/qcontactmanager.pro	Fri Apr 16 15:51:22 2010 +0300
@@ -0,0 +1,24 @@
+QT += testlib
+TEMPLATE=app
+TARGET=tst_qcontactmanager
+CONFIG+=testcase
+
+include(../../../common.pri)
+
+INCLUDEPATH += ../../../src/contacts \
+               ../../../src/contacts/details \
+               ../../../src/contacts/requests \
+               ../../../src/contacts/filters
+INCLUDEPATH += ../
+
+CONFIG += mobility
+MOBILITY = contacts
+SOURCES  += tst_qcontactmanager.cpp
+
+symbian: {
+    TARGET.CAPABILITY = ReadUserData \
+                        WriteUserData \
+                        ReadDeviceData \
+                        WriteDeviceData \
+                        AllFiles
+}