summaryrefslogtreecommitdiffstats
path: root/plugins/geoservices/nokia/nokia.pro
blob: 1b2e050e0b501db3b874792ab7d15880b5e6c146 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
TEMPLATE = lib
CONFIG += plugin
TARGET = $$qtLibraryTarget(qtgeoservices_nokia)
PLUGIN_TYPE=geoservices

include(../../../common.pri)

QT += network
QT += xml

CONFIG += mobility
MOBILITY = location

HEADERS += \
            qgeocodexmlparser.h \
            qgeomappingmanagerengine_nokia.h \
            qgeomapreply_nokia.h \
            qgeoroutereply_nokia.h \
            qgeoroutexmlparser.h \
            qgeoroutingmanagerengine_nokia.h \
            qgeosearchmanagerengine_nokia.h \
            qgeosearchreply_nokia.h \
            qgeoserviceproviderplugin_nokia.h \
            marclanguagecodes.h \
            qgeotiledmapdata_nokia.h

SOURCES += \
            qgeocodexmlparser.cpp \
            qgeomappingmanagerengine_nokia.cpp \
            qgeomapreply_nokia.cpp \
            qgeoroutereply_nokia.cpp \
            qgeoroutexmlparser.cpp \
            qgeoroutingmanagerengine_nokia.cpp \
            qgeosearchmanagerengine_nokia.cpp \
            qgeosearchreply_nokia.cpp \
            qgeoserviceproviderplugin_nokia.cpp \
            qgeotiledmapdata_nokia.cpp\
            marclanguagecodes.cpp


INCLUDEPATH += $$SOURCE_DIR/src/location \
                $$SOURCE_DIR/src/location/maps \
                $$SOURCE_DIR/src/location/maps/tiled

symbian {
    TARGET.EPOCALLOWDLLDATA = 1
    TARGET.CAPABILITY = ALL -TCB
    TARGET.UID3 = 0x2002BFCA
    pluginDep.sources = $${TARGET}.dll
    pluginDep.path = $${QT_PLUGINS_BASE_DIR}/$${PLUGIN_TYPE}
    DEPLOYMENT += pluginDep      
    LIBS += -lefsrv
}

RESOURCES += resource.qrc

symbian|maemo5|maemo6:{
    message("Building for mobile platform...")
    MOBILITY +=systeminfo
    DEFINES +=USE_CHINA_NETWORK_REGISTRATION
}