forked from organicmaps/organicmaps
Remove drape from dependencies of map_server, map_tests, qt. Compiles well without it on Windows.
This commit is contained in:
parent
75557b6157
commit
00bf60ff74
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ CONFIG -= app_bundle
|
|||
TEMPLATE = app
|
||||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = map drape_frontend gui routing search storage graphics drape indexer platform anim geometry coding base \
|
||||
DEPENDENCIES = map gui routing search storage graphics indexer platform anim geometry coding base \
|
||||
freetype fribidi expat protobuf tomcrypt jansson zlib osrm
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
|
|
@ -5,7 +5,7 @@ TEMPLATE = app
|
|||
|
||||
DEFINES += QJSONRPC_BUILD
|
||||
|
||||
DEPENDENCIES = map drape_frontend gui routing search storage drape indexer graphics platform anim geometry coding base \
|
||||
DEPENDENCIES = map gui routing search storage indexer graphics platform anim geometry coding base \
|
||||
osrm bzip2 freetype expat fribidi tomcrypt jansson protobuf qjsonrpc gflags zlib
|
||||
|
||||
ROOT_DIR = ..
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Main application in qt.
|
||||
ROOT_DIR = ..
|
||||
DEPENDENCIES = map drape_frontend gui routing search storage drape indexer graphics platform anim geometry coding base \
|
||||
DEPENDENCIES = map gui routing search storage indexer graphics platform anim geometry coding base \
|
||||
bzip2 freetype expat fribidi tomcrypt jansson protobuf zlib osrm
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue