forked from organicmaps/organicmaps
Removed not needed dependencies for static libraries, which only slow down the build.
This commit is contained in:
parent
00e6e567f6
commit
51b3e8f74b
4 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
|
|
|
@ -2,7 +2,6 @@ TARGET = drape_frontend
|
|||
TEMPLATE = lib
|
||||
CONFIG += staticlib
|
||||
|
||||
DEPENDENCIES = drape base
|
||||
ROOT_DIR = ..
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue