forked from organicmaps/organicmaps
[omim-build] Fixed link order of zlib and stats_client.
This commit is contained in:
parent
c086132c8d
commit
02158330ed
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ TEMPLATE = app
|
|||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = map gui routing search storage graphics indexer platform anim geometry coding base \
|
||||
freetype fribidi expat protobuf tomcrypt jansson zlib osrm stats_client succinct
|
||||
freetype fribidi expat protobuf tomcrypt jansson osrm stats_client zlib succinct
|
||||
|
||||
drape {
|
||||
DEPENDENCIES *= drape_frontend drape
|
||||
|
|
|
@ -6,7 +6,7 @@ TEMPLATE = app
|
|||
DEFINES += QJSONRPC_BUILD
|
||||
|
||||
DEPENDENCIES = map gui routing search storage indexer graphics platform anim geometry coding base \
|
||||
osrm bzip2 freetype expat fribidi tomcrypt jansson protobuf qjsonrpc gflags zlib stats_client succinct
|
||||
osrm bzip2 freetype expat fribidi tomcrypt jansson protobuf qjsonrpc gflags stats_client zlib succinct
|
||||
|
||||
drape {
|
||||
DEPENDENCIES *= drape_frontend drape
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Main application in qt.
|
||||
ROOT_DIR = ..
|
||||
DEPENDENCIES = map gui routing search storage indexer graphics platform anim geometry coding base \
|
||||
bzip2 freetype expat fribidi tomcrypt jansson protobuf zlib osrm stats_client succinct
|
||||
bzip2 freetype expat fribidi tomcrypt jansson protobuf osrm stats_client zlib succinct
|
||||
|
||||
drape {
|
||||
DEPENDENCIES *= drape_frontend drape
|
||||
|
|
Loading…
Add table
Reference in a new issue