Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Melnichek <melnichek@gmail.com>2014-07-06 23:36:33 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:19:39 +0300
commitb7bf4b2579f96029a4344bad82f6bb0dff81791c (patch)
treefb552d0ed4da65cf94c60cd02f24f1335bb9243f /routing/routing.pro
parent3bf3a5240a03c1fa9c698f1176183ee62f732476 (diff)
Base routing classes and interfaces.
Diffstat (limited to 'routing/routing.pro')
-rw-r--r--routing/routing.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/routing/routing.pro b/routing/routing.pro
index c59a7b89ab..63fe818a83 100644
--- a/routing/routing.pro
+++ b/routing/routing.pro
@@ -8,7 +8,12 @@ ROOT_DIR = ..
include($$ROOT_DIR/common.pri)
SOURCES += \
+ route.cpp \
routing_engine.cpp \
+ road_graph.cpp \
HEADERS += \
+ route.hpp \
routing_engine.hpp \
+ router.hpp \
+ road_graph.hpp \