qtcontactsmobility/tests/auto/qcontactdetail/qcontactdetail.pro
changeset 24 0ba2181d7c28
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtcontactsmobility/tests/auto/qcontactdetail/qcontactdetail.pro	Fri Mar 19 09:27:18 2010 +0200
@@ -0,0 +1,24 @@
+QT += testlib
+TEMPLATE=app
+TARGET=tst_qcontactdetail
+CONFIG+=testcase
+
+include(../../../common.pri)
+
+INCLUDEPATH += ../../../src/contacts \
+               ../../../src/contacts/details \
+               ../../../src/contacts/requests \
+               ../../../src/contacts/filters
+INCLUDEPATH += ../
+
+CONFIG += mobility
+MOBILITY = contacts
+SOURCES  += tst_qcontactdetail.cpp
+
+symbian: {
+    TARGET.CAPABILITY = ReadUserData \
+                        WriteUserData \
+                        ReadDeviceData \
+                        WriteDeviceData \
+                        AllFiles \
+}