blob: 0425cef3fcb055daa321131fbc3a152ce317d4e1 (
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
|
######################################################################
#
# Simple example of how to use the versit API
#
######################################################################
TEMPLATE = lib
TARGET = qtversitdocsample
include(../../../../features/basic_examples_setup.pri)
INCLUDEPATH += ../../../../src/global \
../../../../src/contacts \
../../../../src/contacts/requests \
../../../../src/contacts/filters \
../../../../src/contacts/details \
../../../../src/versit
CONFIG += mobility console
MOBILITY = contacts versit
SOURCES += qtversitdocsample.cpp
symbian {
TARGET.EPOCALLOWDLLDATA = 1
MMP_RULES+="EXPORTUNFROZEN"
}
|