summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/nokia/placesv2/placesv2.pri
blob: 73f3fcbd70439aaa6b6e1c01b6fdde31f9bb42ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
QT *= location network

HEADERS += \
    qplacemanagerengine_nokiav2.h \
    placesv2/qplacecategoriesreplyimpl.h \
    placesv2/qplacecontentreplyimpl.h \
    placesv2/qplacedetailsreplyimpl.h \
    placesv2/qplaceidreplyimpl.h \
    placesv2/qplacesearchreplyimpl.h \
    placesv2/qplacesearchsuggestionreplyimpl.h \
    placesv2/jsonparserhelpers.h

SOURCES += \
    qplacemanagerengine_nokiav2.cpp \
    placesv2/qplacecategoriesreplyimpl.cpp \
    placesv2/qplacecontentreplyimpl.cpp \
    placesv2/qplacedetailsreplyimpl.cpp \
    placesv2/qplaceidreplyimpl.cpp \
    placesv2/qplacesearchreplyimpl.cpp \
    placesv2/qplacesearchsuggestionreplyimpl.cpp \
    placesv2/jsonparserhelpers.cpp