qtmobility/tests/auto/qversitutils/qversitutils.pro
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     1 QT += testlib
       
     2 TEMPLATE=app
       
     3 TARGET=tst_versitutils
       
     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 += ut_versitutils.h
       
    20 SOURCES += ut_versitutils.cpp
       
    21 
       
    22 CONFIG += mobility
       
    23 MOBILITY = contacts versit
       
    24 
       
    25 symbian: { 
       
    26     TARGET.CAPABILITY = ALL \
       
    27         -TCB
       
    28     LIBS += -lws32 \
       
    29         -lbafl
       
    30 }