~ubuntu-branches/ubuntu/quantal/qtmobility/quantal

« back to all changes in this revision

Viewing changes to tests/benchmarks/versit/versit.pro

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-16 16:18:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116161807-k2dzt2nyse975r3l
Tags: 1.1.0-0ubuntu1
* New upstream release
* Syncronise with Debian, no remaining changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
QT += testlib
 
2
TEMPLATE = app
 
3
TARGET = tst_bm_versit
 
4
 
 
5
symbian*: {
 
6
    VERSIT_TESTDATA.sources = testdata/*
 
7
    VERSIT_TESTDATA.path = testdata
 
8
    DEPLOYMENT += VERSIT_TESTDATA
 
9
}
 
10
 
 
11
wince* {
 
12
    DEFINES+= TESTDATA_DIR=\\\"./\\\"
 
13
}else:!symbian {
 
14
    DEFINES += TESTDATA_DIR=\\\"$$PWD/\\\"
 
15
}
 
16
 
 
17
CONFIG += testcase
 
18
include(../../../common.pri)
 
19
DEPENDPATH += .
 
20
INCLUDEPATH += . \
 
21
    ../../ \
 
22
    ../../../src/versit \
 
23
    ../../../src/contacts \
 
24
    ../../../src/contacts/details \
 
25
    ../../../src/contacts/requests \
 
26
    ../../../src/contacts/filters
 
27
 
 
28
SOURCES += tst_versit.cpp
 
29
CONFIG += mobility
 
30
MOBILITY += contacts versit
 
31
symbian: { 
 
32
    TARGET.CAPABILITY = ALL \
 
33
        -TCB
 
34
    LIBS += -lws32 \
 
35
        -lbafl
 
36
}