qtmobility/tests/auto/qversit/qversit.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 13:18:40 +0300
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
permissions -rw-r--r--
Revision: 201015 Kit: 201018

QT += testlib
TEMPLATE = app
TARGET = tst_qversit

symbian*: {
    VERSIT_TESTDATA.sources = testdata/*
    VERSIT_TESTDATA.path = testdata
    DEPLOYMENT += VERSIT_TESTDATA
}

wince* {
    DEFINES+= TESTDATA_DIR=\\\"./\\\"
}else:!symbian {
    DEFINES += TESTDATA_DIR=\\\"$$PWD/\\\"
}

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_qversit.h
SOURCES += tst_qversit.cpp
CONFIG += mobility
MOBILITY = contacts \
    versit
symbian: { 
    TARGET.CAPABILITY = ALL \
        -TCB
    LIBS += -lws32 \
        -lbafl
}