qtcontactsmobility/tests/auto/qcontactmemusage/qcontactmemusage.pro
changeset 40 b46a585f6909
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtcontactsmobility/tests/auto/qcontactmemusage/qcontactmemusage.pro	Fri Jun 11 13:29:23 2010 +0300
@@ -0,0 +1,23 @@
+QT += testlib
+TEMPLATE=app
+TARGET=tst_qcontactmemusage
+CONFIG+=testcase
+
+include(../../../common.pri)
+
+INCLUDEPATH += ../../../src/contacts \
+               ../../../src/contacts/details \
+               ../../../src/contacts/requests \
+               ../../../src/contacts/filters
+INCLUDEPATH += ../
+
+CONFIG += mobility
+MOBILITY = contacts
+SOURCES  += tst_qcontactmemusage.cpp
+
+symbian: {
+    TARGET.CAPABILITY = ReadUserData \
+                        WriteUserData \
+                        ReadDeviceData \
+                        WriteDeviceData
+}