summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/places_jsondb/places_jsondb.pro
blob: dc5ab371fe44c571bc1adc7e68d8daf9c08e130a (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
TARGET = qtgeoservices_places_jsondb
QT += location gui network

load(qt_plugin)

DESTDIR = $$QT.location.plugins/geoservices

HEADERS += \
            qgeoserviceproviderplugin_jsondb.h \
            qplacemanagerengine_jsondb.h \
            jsondb.h \
            matchreply.h \
            searchreply.h \
            detailsreply.h \
            unsupportedreplies.h \
            macro.h \
            idreply.h \
            icon.h \
            iconhandler.h \
            initreply.h \
            traverser.h

SOURCES += \
            qgeoserviceproviderplugin_jsondb.cpp \
            qplacemanagerengine_jsondb.cpp \
            jsondb.cpp \
            matchreply.cpp \
            searchreply.cpp \
            detailsreply.cpp \
            idreply.cpp \
            icon.cpp \
            iconhandler.cpp \
            initreply.cpp \
            traverser.cpp

INCLUDEPATH += $$QT.location.includes

QT += jsondb

target.path += $$[QT_INSTALL_PLUGINS]/geoservices
INSTALLS += target

OTHER_FILES += \
    places_jsondb_plugin.json