Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/drape
diff options
context:
space:
mode:
authorMaxim Pimenov <m@maps.me>2016-07-07 12:05:07 +0300
committerMaxim Pimenov <m@maps.me>2016-07-07 12:05:07 +0300
commita2cabf01a584afce906ff63abaf18b35101f43e1 (patch)
tree06b0ffdcb83a73f1ff5ce053000c70984a521e56 /drape
parent092198b2f529ac96754c030c7e806998eddaabfa (diff)
Fixed a possible linker error.
Diffstat (limited to 'drape')
-rw-r--r--drape/drape_tests/drape_tests.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/drape/drape_tests/drape_tests.pro b/drape/drape_tests/drape_tests.pro
index 4962e67923..144bcc194a 100644
--- a/drape/drape_tests/drape_tests.pro
+++ b/drape/drape_tests/drape_tests.pro
@@ -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)