qtmobility/tests/auto/qversit/qversit.pro
changeset 1 2b40d63a9c3d
child 4 90517678cc4f
equal deleted inserted replaced
0:cfcbf08528c4 1:2b40d63a9c3d
       
     1 QT += testlib
       
     2 TEMPLATE = app
       
     3 TARGET = tst_qversit
       
     4 
       
     5 wince* {
       
     6     DEFINES+= TESTDATA_DIR=\\\".\\\"
       
     7 }else:!symbian {
       
     8     DEFINES += TESTDATA_DIR=\\\"$$PWD/\\\"
       
     9 }
       
    10 
       
    11 CONFIG += testcase
       
    12 include(../../../common.pri)
       
    13 DEFINES += QT_ASCII_CAST_WARNINGS
       
    14 DEPENDPATH += .
       
    15 INCLUDEPATH += . \
       
    16     ../../ \
       
    17     ../../../src/versit \
       
    18     ../../../src/contacts \
       
    19     ../../../src/contacts/details \
       
    20     ../../../src/contacts/requests \
       
    21     ../../../src/contacts/filters
       
    22 HEADERS += ut_qversit.h
       
    23 SOURCES += ut_qversit.cpp
       
    24 CONFIG += mobility
       
    25 MOBILITY = contacts \
       
    26     versit
       
    27 symbian: { 
       
    28     TARGET.CAPABILITY = ALL \
       
    29         -TCB
       
    30     LIBS += -lws32 \
       
    31         -lbafl
       
    32 }