summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qtversitdocsample/qtversitdocsample.pro
blob: d5c70a69cf234e2f2bf1502dd87e057f0440a856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
######################################################################
#
# Simple example of how to use the versit API
#
######################################################################

TEMPLATE = lib
TARGET = qtversitdocsample
include(../../../../common.pri)
INCLUDEPATH += ../../../../src/global \
               ../../../../src/contacts \
               ../../../../src/contacts/requests \
               ../../../../src/contacts/filters \
               ../../../../src/contacts/details \
               ../../../../src/versit

DESTDIR = $$QT_MOBILITY_BUILD_TREE/lib
QMAKE_RPATHDIR+=$$OUTPUT_DIR/lib

CONFIG += mobility console
MOBILITY = contacts versit

SOURCES += qtversitdocsample.cpp

symbian {
    TARGET.EPOCALLOWDLLDATA = 1
}