forked from organicmaps/organicmaps
Fixed compilation of release-75
This commit is contained in:
parent
8ff7214028
commit
8f8c6ffea1
3 changed files with 4 additions and 3 deletions
|
@ -51,6 +51,7 @@ omim_link_libraries(
|
|||
base
|
||||
expat
|
||||
stats_client
|
||||
freetype
|
||||
stb_image
|
||||
sdf_image
|
||||
icu
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue