tests/auto/qversitdocument/qversitdocument.pro
changeset 0 876b1a06bc25
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 QT += testlib
       
     2 TEMPLATE=app
       
     3 TARGET=tst_qversitdocument
       
     4 CONFIG+=testcase
       
     5 
       
     6 include(../../../common.pri)
       
     7 DEFINES += QT_ASCII_CAST_WARNINGS
       
     8 
       
     9 DEPENDPATH += .
       
    10 INCLUDEPATH += \
       
    11     . \
       
    12     ../../ \
       
    13     ../../../src/versit \
       
    14     ../../../src/contacts \
       
    15     ../../../src/contacts/details \
       
    16     ../../../src/contacts/requests \
       
    17     ../../../src/contacts/filters
       
    18 
       
    19 HEADERS += tst_qversitdocument.h
       
    20 SOURCES += tst_qversitdocument.cpp
       
    21 
       
    22 CONFIG += mobility
       
    23 MOBILITY = contacts versit
       
    24 
       
    25 symbian: { 
       
    26     TARGET.CAPABILITY = ALL \
       
    27         -TCB
       
    28     LIBS += -lws32 \
       
    29         -lbafl
       
    30 }