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-05-18 15:30:53 +0300
committerIlya Zverev <ilya@zverev.info>2017-07-04 11:26:12 +0300
commit497c18a27dfd5acab6ee959f493c23e0780e242e (patch)
tree17e6008bd3f0f441507152d3ae206599c719b366 /omim.pro
parentc342757f9aff8e9f220a15dff970fb32aa34570e (diff)
[designer] Make designer tool great again
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/omim.pro b/omim.pro
index ed815a9985..de62a6d2a5 100644
--- a/omim.pro
+++ b/omim.pro
@@ -69,6 +69,7 @@ SUBDIRS = 3party base coding geometry editor indexer routing routing_common sear
SUBDIRS *= drape drape_frontend partners_api local_ads tracking traffic
CONFIG(map_designer):CONFIG(desktop) {
+ skin_generator.depends = $$SUBDIRS
SUBDIRS *= skin_generator
}
@@ -112,6 +113,13 @@ SUBDIRS = 3party base coding geometry editor indexer routing routing_common sear
SUBDIRS *= features_collector_tool search_quality_tool
}
+ CONFIG(map_designer):CONFIG(no-tests) {
+ # Designer Tool package includes style tests
+ style_tests.subdir = map/style_tests
+ style_tests.depends = map indexer platform geometry coding base
+ SUBDIRS *= style_tests
+ }
+
CONFIG(desktop):!CONFIG(no-tests) {
# Additional desktop-only, tests-only libraries.
platform_tests_support.subdir = platform/platform_tests_support