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:
Diffstat (limited to 'indexer/indexer.pro')
-rw-r--r--indexer/indexer.pro100
1 files changed, 47 insertions, 53 deletions
diff --git a/indexer/indexer.pro b/indexer/indexer.pro
index 1ff0c3d763..6680c2fb95 100644
--- a/indexer/indexer.pro
+++ b/indexer/indexer.pro
@@ -11,58 +11,52 @@ include($$ROOT_DIR/common.pri)
SOURCES += \
- osm2type.cpp \
- classificator.cpp \
- drawing_rules.cpp \
- drawing_rule_def.cpp \
- scales.cpp \
- osm_decl.cpp \
- feature.cpp \
- classif_routine.cpp \
- xml_element.cpp \
- scale_index.cpp \
- covering.cpp \
- point_to_int64.cpp \
- mercator.cpp \
- index_builder.cpp \
- feature_visibility.cpp \
- data_header.cpp \
- geometry_coding.cpp \
- geometry_serialization.cpp \
- tesselator.cpp \
- feature_merger.cpp \
+ classificator.cpp \
+ drawing_rules.cpp \
+ drawing_rule_def.cpp \
+ scales.cpp \
+ osm_decl.cpp \
+ feature.cpp \
+ classificator_loader.cpp \
+ scale_index.cpp \
+ covering.cpp \
+ point_to_int64.cpp \
+ mercator.cpp \
+ index_builder.cpp \
+ feature_visibility.cpp \
+ data_header.cpp \
+ geometry_coding.cpp \
+ geometry_serialization.cpp \
+ tesselator.cpp \
HEADERS += \
- feature.hpp \
- cell_coverer.hpp \
- cell_id.hpp \
- osm2type.hpp \
- classificator.hpp \
- drawing_rules.hpp \
- drawing_rule_def.hpp \
- features_vector.hpp \
- scale_index.hpp \
- scale_index_builder.hpp \
- index.hpp \
- index_builder.hpp \
- scales.hpp \
- osm_decl.hpp \
- classif_routine.hpp \
- xml_element.hpp \
- interval_index.hpp \
- interval_index_builder.hpp \
- covering.hpp \
- mercator.hpp \
- feature_processor.hpp \
- file_reader_stream.hpp \
- file_writer_stream.hpp \
- feature_visibility.hpp \
- data_header.hpp \
- tree_structure.hpp \
- feature_impl.hpp \
- geometry_coding.hpp \
- geometry_serialization.hpp \
- point_to_int64.hpp \
- tesselator.hpp \
- tesselator_decl.hpp \
- feature_merger.hpp \
+ feature.hpp \
+ cell_coverer.hpp \
+ cell_id.hpp \
+ classificator.hpp \
+ drawing_rules.hpp \
+ drawing_rule_def.hpp \
+ features_vector.hpp \
+ scale_index.hpp \
+ scale_index_builder.hpp \
+ index.hpp \
+ index_builder.hpp \
+ scales.hpp \
+ osm_decl.hpp \
+ classificator_loader.hpp \
+ interval_index.hpp \
+ interval_index_builder.hpp \
+ covering.hpp \
+ mercator.hpp \
+ feature_processor.hpp \
+ file_reader_stream.hpp \
+ file_writer_stream.hpp \
+ feature_visibility.hpp \
+ data_header.hpp \
+ tree_structure.hpp \
+ feature_impl.hpp \
+ geometry_coding.hpp \
+ geometry_serialization.hpp \
+ point_to_int64.hpp \
+ tesselator.hpp \
+ tesselator_decl.hpp \