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
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2016-11-22 16:55:33 +0300
committerIlya Zverev <zverik@textual.ru>2016-11-22 16:55:33 +0300
commit760c43e37349bfbb39cc3d47938edfc575aed542 (patch)
tree74054b75ef616c4b8af12b195263e97d9f7541ea /omim.pro
parentb0208de8de620e39b15600a0e5467e893da1cd34 (diff)
[build] Fix gtool project dependencies
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/omim.pro b/omim.pro
index 0e117490c8..3a80d1e8d9 100644
--- a/omim.pro
+++ b/omim.pro
@@ -39,7 +39,7 @@ SUBDIRS = 3party base coding geometry editor indexer routing search
# Integration tests dependencies for gtool.
# TODO(AlexZ): Avoid duplication for routing_integration_tests.
CONFIG(gtool):!CONFIG(no-tests) {
- SUBDIRS *= map
+ SUBDIRS *= traffic map
# Booking quality check
booking_quality_check.subdir = generator/booking_quality_check