forked from organicmaps/organicmaps-tmp
Fixed a possible linker error.
This commit is contained in:
parent
092198b2f5
commit
a2cabf01a5
8 changed files with 9 additions and 8 deletions
|
@ -4,8 +4,9 @@ CONFIG -= app_bundle
|
|||
TEMPLATE = app
|
||||
DEFINES += OGL_TEST_ENABLED GTEST_DONT_DEFINE_TEST COMPILER_TESTS
|
||||
|
||||
DEPENDENCIES = qt_tstfrm indexer platform coding geometry base gmock freetype fribidi expat tomcrypt
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = qt_tstfrm indexer platform coding geometry base gmock freetype fribidi expat tomcrypt stats_client
|
||||
|
||||
SHADER_COMPILE_ARGS = $$PWD/../shaders shader_index.txt shader_def
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ CONFIG += console warn_on
|
|||
CONFIG -= app_bundle
|
||||
TEMPLATE = app
|
||||
|
||||
DEPENDENCIES = drape_frontend drape platform indexer geometry coding base expat tomcrypt
|
||||
DEPENDENCIES = drape_frontend drape platform indexer geometry coding base expat tomcrypt stats_client
|
||||
|
||||
ROOT_DIR = ../..
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
|
|
@ -8,7 +8,7 @@ TEMPLATE = app
|
|||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = generator map routing search storage indexer platform editor geometry coding base \
|
||||
osrm jansson protobuf tomcrypt succinct stats_client pugixml minizip gflags
|
||||
osrm jansson protobuf tomcrypt succinct stats_client pugixml minizip gflags stats_client
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ TEMPLATE = app
|
|||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = indexer platform editor geometry coding base protobuf tomcrypt \
|
||||
succinct opening_hours pugixml \
|
||||
succinct opening_hours pugixml stats_client \
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ TEMPLATE = app
|
|||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = map drape_frontend routing search storage drape indexer platform editor geometry coding base \
|
||||
freetype fribidi expat protobuf tomcrypt jansson osrm stats_client minizip succinct pugixml
|
||||
freetype fribidi expat protobuf tomcrypt jansson osrm stats_client minizip succinct pugixml stats_client
|
||||
|
||||
DEPENDENCIES *= opening_hours
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ TEMPLATE = app
|
|||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = map search storage indexer platform editor geometry coding base \
|
||||
freetype fribidi expat protobuf tomcrypt jansson succinct pugixml
|
||||
freetype fribidi expat protobuf tomcrypt jansson succinct pugixml stats_client
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ TEMPLATE = app
|
|||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = routing indexer platform_tests_support platform editor geometry coding base \
|
||||
osrm protobuf tomcrypt succinct jansson stats_client map pugixml
|
||||
osrm protobuf tomcrypt succinct jansson stats_client map pugixml stats_client
|
||||
|
||||
macx-*: LIBS *= "-framework IOKit" "-framework SystemConfiguration"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ CONFIG -= app_bundle
|
|||
TEMPLATE = app
|
||||
|
||||
ROOT_DIR = ../..
|
||||
DEPENDENCIES = search indexer platform editor geometry coding base protobuf jansson tomcrypt succinct pugixml
|
||||
DEPENDENCIES = search indexer platform editor geometry coding base protobuf jansson tomcrypt succinct pugixml stats_client
|
||||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue