qtcontactsmobility/tests/auto/qvcard30writer/qvcard30writer.pro
changeset 24 0ba2181d7c28
child 25 76a2435edfd4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtcontactsmobility/tests/auto/qvcard30writer/qvcard30writer.pro	Fri Mar 19 09:27:18 2010 +0200
@@ -0,0 +1,30 @@
+QT += testlib
+TEMPLATE=app
+TARGET=tst_qvcard30writer
+CONFIG+=testcase
+
+include(../../../common.pri)
+DEFINES += BUILD_QTVERSIT QT_ASCII_CAST_WARNINGS
+
+DEPENDPATH += .
+INCLUDEPATH += \
+    . \
+    ../../ \
+    ../../../src/versit \
+    ../../../src/contacts \
+    ../../../src/contacts/details \
+    ../../../src/contacts/requests \
+    ../../../src/contacts/filters
+
+HEADERS += ut_qvcard30writer.h
+SOURCES += ut_qvcard30writer.cpp
+
+CONFIG += mobility
+MOBILITY = contacts versit
+
+symbian: { 
+    TARGET.CAPABILITY = ALL \
+        -TCB
+    LIBS += -lws32 \
+        -lbafl
+}