Merge pull request #655 from mapsme/removed-dependencies

Removed not needed dependencies for static libraries, which only slow down the build.
This commit is contained in:
Roman Kuznetsov 2015-11-24 13:11:30 +03:00
commit 5888f9496f
4 changed files with 0 additions and 7 deletions

View file

@ -2,8 +2,6 @@ TARGET = drape
TEMPLATE = lib
CONFIG += staticlib warn_on
DEPENDENCIES = base
ROOT_DIR = ..
SHADER_COMPILE_ARGS = $$PWD/shaders shader_index.txt shader_def
include($$ROOT_DIR/common.pri)

View file

@ -2,7 +2,6 @@ TARGET = drape_frontend
TEMPLATE = lib
CONFIG += staticlib
DEPENDENCIES = drape base
ROOT_DIR = ..
include($$ROOT_DIR/common.pri)

View file

@ -3,8 +3,6 @@ TEMPLATE = lib
CONFIG += staticlib warn_on
ROOT_DIR = ../..
DEPENDENCIES = generator map routing indexer platform geometry coding base \
expat tess2 protobuf tomcrypt osrm succinct
include($$ROOT_DIR/common.pri)

View file

@ -7,8 +7,6 @@ CONFIG += staticlib
ROOT_DIR = ..
include($$ROOT_DIR/common.pri)
DEPENDENCIES =
SOURCES += $$ROOT_DIR/3party/Alohalytics/src/cpp/alohalytics.cc \
HEADERS += $$ROOT_DIR/3party/Alohalytics/src/alohalytics.h \