forked from organicmaps/organicmaps
Merge pull request #782 from deathbaba/mapshot-build-fix
Fixed build error with mapshot.
This commit is contained in:
commit
eb7fed624d
1 changed files with 3 additions and 3 deletions
6
omim.pro
6
omim.pro
|
@ -63,10 +63,10 @@ SUBDIRS = 3party base coding geometry indexer routing
|
|||
CONFIG(desktop) {
|
||||
benchmark_tool.subdir = map/benchmark_tool
|
||||
benchmark_tool.depends = 3party base coding geometry platform indexer map
|
||||
SUBDIRS *= benchmark_tool mapshot
|
||||
|
||||
mapshot.depends = $$SUBDIRS
|
||||
qt.depends = $$SUBDIRS
|
||||
SUBDIRS *= qt
|
||||
|
||||
SUBDIRS *= benchmark_tool mapshot qt
|
||||
}
|
||||
|
||||
CONFIG(desktop):!CONFIG(no-tests) {
|
||||
|
|
Loading…
Add table
Reference in a new issue