review fixes

This commit is contained in:
Arsentiy Milchakov 2016-08-09 16:23:10 +03:00
parent cfafe65ea0
commit 80e51df00a
3 changed files with 6 additions and 6 deletions

View file

@ -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 \

View file

@ -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

View file

@ -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 \