forked from organicmaps/organicmaps
review fixes
This commit is contained in:
parent
cfafe65ea0
commit
80e51df00a
3 changed files with 6 additions and 6 deletions
|
@ -19,7 +19,7 @@ SOURCES += \
|
|||
server_api.cpp \
|
||||
ui2oh.cpp \
|
||||
user_stats.cpp \
|
||||
xml_feature.cpp
|
||||
xml_feature.cpp \
|
||||
|
||||
HEADERS += \
|
||||
changeset_wrapper.hpp \
|
||||
|
@ -33,4 +33,4 @@ HEADERS += \
|
|||
ui2oh.hpp \
|
||||
user_stats.hpp \
|
||||
xml_feature.hpp \
|
||||
yes_no_unknown.hpp
|
||||
yes_no_unknown.hpp \
|
||||
|
|
|
@ -60,7 +60,7 @@ SOURCES += \
|
|||
search_delimiters.cpp \ # it's in indexer because of CategoriesHolder dependency.
|
||||
search_string_utils.cpp \ # it's in indexer because of CategoriesHolder dependency.
|
||||
string_slice.cpp \
|
||||
types_mapping.cpp
|
||||
types_mapping.cpp \
|
||||
|
||||
HEADERS += \
|
||||
altitude_loader.hpp \
|
||||
|
@ -132,7 +132,7 @@ HEADERS += \
|
|||
trie_builder.hpp \
|
||||
trie_reader.hpp \
|
||||
types_mapping.hpp \
|
||||
unique_index.hpp
|
||||
unique_index.hpp \
|
||||
|
||||
|
||||
OTHER_FILES += drules_struct.proto
|
||||
|
|
|
@ -16,7 +16,7 @@ QT *= core
|
|||
HEADERS += \
|
||||
osm_editor_test.hpp \
|
||||
test_mwm_set.hpp \
|
||||
test_polylines.hpp
|
||||
test_polylines.hpp \
|
||||
|
||||
SOURCES += \
|
||||
../../testing/testingmain.cpp \
|
||||
|
@ -49,4 +49,4 @@ SOURCES += \
|
|||
test_polylines.cpp \
|
||||
test_type.cpp \
|
||||
trie_test.cpp \
|
||||
visibility_test.cpp
|
||||
visibility_test.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue