| author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
| Fri, 11 Jun 2010 13:29:23 +0300 | |
| changeset 40 | b46a585f6909 |
| parent 27 | de1630741fbe |
| permissions | -rw-r--r-- |
QT += testlib TEMPLATE=app TARGET=tst_qvcard21writer CONFIG+=testcase include(../../../common.pri) DEFINES += QT_ASCII_CAST_WARNINGS DEPENDPATH += . INCLUDEPATH += \ . \ ../../ \ ../../../src/versit \ ../../../src/contacts \ ../../../src/contacts/details \ ../../../src/contacts/requests \ ../../../src/contacts/filters HEADERS += tst_qvcard21writer.h SOURCES += tst_qvcard21writer.cpp CONFIG += mobility MOBILITY = contacts versit symbian: { TARGET.CAPABILITY = ALL \ -TCB LIBS += -lws32 \ -lbafl }