Fixed compilation of release-75

This commit is contained in:
r.kuznetsov 2017-08-23 11:11:45 +03:00 committed by Vladimir Byko-Ianko
parent 8ff7214028
commit 8f8c6ffea1
3 changed files with 4 additions and 3 deletions

View file

@ -51,6 +51,7 @@ omim_link_libraries(
base
expat
stats_client
freetype
stb_image
sdf_image
icu

View file

@ -6,7 +6,7 @@ TEMPLATE = app
DEFINES += COMPILER_TESTS
DEPENDENCIES = drape_frontend drape platform indexer geometry coding base expat stats_client stb_image sdf_image icu
DEPENDENCIES = drape_frontend drape platform indexer geometry coding base expat freetype stats_client stb_image sdf_image icu
SHADER_COMPILE_ARGS = $$PWD/../shaders shader_index.txt shaders_lib.glsl $$PWD shader_def_for_tests
CMDRES = $$system(python $$PWD/../../tools/autobuild/shader_preprocessor.py $$SHADER_COMPILE_ARGS)

View file

@ -2,9 +2,9 @@
ROOT_DIR = ..
DEPENDENCIES = map drape_frontend software_renderer routing search storage tracking traffic \
routing_common ugc indexer drape partners_api local_ads platform editor geometry \
routing_common ugc indexer drape partners_api local_ads platform editor geometry mwm_diff \
coding base freetype expat gflags jansson protobuf osrm stats_client minizip succinct \
pugixml opening_hours stb_image sdf_image icu agg
pugixml opening_hours stb_image sdf_image icu agg bsdiff
include($$ROOT_DIR/common.pri)