diff -r e686773b3f54 -r 0ba2181d7c28 qtcontactsmobility/tests/auto/qversitdocument/qversitdocument.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtcontactsmobility/tests/auto/qversitdocument/qversitdocument.pro Fri Mar 19 09:27:18 2010 +0200 @@ -0,0 +1,30 @@ +QT += testlib +TEMPLATE=app +TARGET=tst_qversitdocument +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_qversitdocument.h +SOURCES += ut_qversitdocument.cpp + +CONFIG += mobility +MOBILITY = contacts versit + +symbian: { + TARGET.CAPABILITY = ALL \ + -TCB + LIBS += -lws32 \ + -lbafl +}