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:
authorRoman Kuznetsov <r.kuznetsow@gmail.com>2017-02-09 14:44:13 +0300
committerGitHub <noreply@github.com>2017-02-09 14:44:13 +0300
commit4e5a2e20fe6fcc789f4b3a222eec6c50f3faf193 (patch)
treec13742c0726969a38ba47a85d0bfe22c7aeae3ec /indexer/indexer.pro
parentc308e6ee6582b35155f7a8a8831484a31d51948a (diff)
parentc9b568592b35d10cc5560a95af694cd00c28987a (diff)
Merge pull request #5370 from VladiMihaylenko/vm-master
Added shield to French, Uikraine, Belarusian and Dutch roads
Diffstat (limited to 'indexer/indexer.pro')
-rw-r--r--indexer/indexer.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/indexer.pro b/indexer/indexer.pro
index cfb77f0945..54d9194d6d 100644
--- a/indexer/indexer.pro
+++ b/indexer/indexer.pro
@@ -56,6 +56,7 @@ SOURCES += \
point_to_int64.cpp \
postcodes_matcher.cpp \ # it's in indexer due to editor wich is in indexer and depends on postcodes_marcher
rank_table.cpp \
+ road_shields_parser.cpp \
scales.cpp \
search_delimiters.cpp \ # it's in indexer because of CategoriesHolder dependency.
search_string_utils.cpp \ # it's in indexer because of CategoriesHolder dependency.
@@ -118,6 +119,7 @@ HEADERS += \
point_to_int64.hpp \
postcodes_matcher.hpp \ # it's in indexer due to editor wich is in indexer and depends on postcodes_marcher
rank_table.hpp \
+ road_shields_parser.hpp \
scale_index.hpp \
scale_index_builder.hpp \
scales.hpp \