Remove drape from dependencies of map_server, map_tests, qt. Compiles well without it on Windows.

This commit is contained in:
Artyom Polkovnikov 2014-12-02 12:31:09 +03:00 committed by Alex Zolotarev
parent 75557b6157
commit 00bf60ff74
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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