forked from organicmaps/organicmaps
[tests] Fix tests dependencies in omim.pro
This commit is contained in:
parent
307aba44f2
commit
02ef888f75
1 changed files with 8 additions and 8 deletions
16
omim.pro
16
omim.pro
|
@ -28,6 +28,14 @@ SUBDIRS = 3party base coding geometry editor indexer routing search
|
|||
!CONFIG(osrm) {
|
||||
SUBDIRS *= platform stats storage
|
||||
|
||||
CONFIG(desktop) {
|
||||
SUBDIRS *= generator
|
||||
|
||||
generator_tool.subdir = generator/generator_tool
|
||||
generator_tool.depends = $$SUBDIRS
|
||||
SUBDIRS *= generator_tool
|
||||
}
|
||||
|
||||
# Integration tests dependencies for gtool.
|
||||
# TODO(AlexZ): Avoid duplication for routing_integration_tests.
|
||||
CONFIG(gtool):!CONFIG(no-tests) {
|
||||
|
@ -43,14 +51,6 @@ SUBDIRS = 3party base coding geometry editor indexer routing search
|
|||
feature_segments_checker.depends = $$SUBDIRS routing
|
||||
SUBDIRS *= routing_integration_tests routing_consistency_tests srtm_coverage_checker feature_segments_checker
|
||||
}
|
||||
|
||||
CONFIG(desktop) {
|
||||
SUBDIRS *= generator
|
||||
|
||||
generator_tool.subdir = generator/generator_tool
|
||||
generator_tool.depends = $$SUBDIRS
|
||||
SUBDIRS *= generator_tool
|
||||
}
|
||||
}
|
||||
|
||||
!CONFIG(gtool):!CONFIG(osrm) {
|
||||
|
|
Loading…
Add table
Reference in a new issue