summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm/osm.pro
diff options
context:
space:
mode:
authorAaron McCarthy <mccarthy.aaron@gmail.com>2012-10-26 23:15:31 +1000
committerAaron McCarthy <mccarthy.aaron@gmail.com>2013-02-22 10:37:20 +0100
commit966e2b7cb14aebe89589af77c68980dfba8d1b82 (patch)
tree6a411670d96312b8e88d03cdabd9041cd091b2f3 /src/plugins/geoservices/osm/osm.pro
parented7d22bc48193fb901b610518dba26e83f7ee78e (diff)
downloadqtlocation-966e2b7cb14aebe89589af77c68980dfba8d1b82.tar.gz
Add routing support to OSM plugin.
Change-Id: I2020e744c0da9598713186d60ddcbdd2f5336510 Reviewed-by: Alex <ablasche@gmail.com>
Diffstat (limited to 'src/plugins/geoservices/osm/osm.pro')
-rw-r--r--src/plugins/geoservices/osm/osm.pro9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/plugins/geoservices/osm/osm.pro b/src/plugins/geoservices/osm/osm.pro
index 96b51068..5767bdee 100644
--- a/src/plugins/geoservices/osm/osm.pro
+++ b/src/plugins/geoservices/osm/osm.pro
@@ -10,7 +10,10 @@ HEADERS += \
qgeotilefetcherosm.h \
qgeomapreplyosm.h \
qgeocodingmanagerengineosm.h \
- qgeocodereplyosm.h
+ qgeocodereplyosm.h \
+ qgeoroutingmanagerengineosm.h \
+ qgeoroutereplyosm.h
+
SOURCES += \
qgeoserviceproviderpluginosm.cpp \
@@ -18,7 +21,9 @@ SOURCES += \
qgeotilefetcherosm.cpp \
qgeomapreplyosm.cpp \
qgeocodingmanagerengineosm.cpp \
- qgeocodereplyosm.cpp
+ qgeocodereplyosm.cpp \
+ qgeoroutingmanagerengineosm.cpp \
+ qgeoroutereplyosm.cpp
OTHER_FILES += \
osm_plugin.json