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:
authorAlex Zolotarev <alex@maps.me>2015-11-13 09:00:46 +0300
committerAlex Zolotarev <alex@maps.me>2015-11-13 09:01:14 +0300
commit5db1c44cef769e9d66f306867c091420917deea4 (patch)
tree78cae05d928e9e1e7d588ddf47bcf2e719e39a33 /omim.pro
parent5c725170eebc370fba88b9e6d23872df48bdd07d (diff)
Fixed missing dependencies for qmake.
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/omim.pro b/omim.pro
index 54176d7088..faa21e0d5c 100644
--- a/omim.pro
+++ b/omim.pro
@@ -116,11 +116,13 @@ SUBDIRS = 3party base coding geometry indexer routing
search_tests.depends = 3party base coding geometry platform indexer search
SUBDIRS *= search_tests
+ MapDepLibs = 3party base coding geometry platform storage indexer search map \
+ routing anim render gui graphics
+
search_integration_tests.subdir = search/search_integration_tests
- search_integration_tests.depends = 3party base coding geometry platform indexer search
+ search_integration_tests.depends = $$MapDepLibs generator
SUBDIRS *= search_integration_tests
- MapDepLibs = 3party base coding geometry platform storage indexer search map
map_tests.subdir = map/map_tests
map_tests.depends = $$MapDepLibs
SUBDIRS *= map_tests
@@ -134,7 +136,7 @@ SUBDIRS = 3party base coding geometry indexer routing
SUBDIRS *= style_tests
routing_tests.subdir = routing/routing_tests
- routing_tests.depends = $$MapDepLibs routing
+ routing_tests.depends = $$MapDepLibs
SUBDIRS *= routing_tests
routing_integration_tests.subdir = routing/routing_integration_tests